From 83982cf1fc52f2362d23c4acfa06242321677611 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:21:21 +0900 Subject: [PATCH] fixed tobar display on screens <1000px wide --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 697fd48a6..deded3e39 100644 --- a/public/style.css +++ b/public/style.css @@ -3201,7 +3201,8 @@ toolcool-color-picker { #top-settings-holder { width: 100svw; - position: fixed; + min-width: 100svw; + max-width: 100svw; }