From 572bd4be151bb1e2b9fb94d77545bd880fb52e82 Mon Sep 17 00:00:00 2001 From: yuma14 Date: Thu, 28 Dec 2023 13:36:50 +0900 Subject: [PATCH] =?UTF-8?q?Firefox=E4=BB=A5=E5=A4=96=E3=81=AE=E3=83=96?= =?UTF-8?q?=E3=83=A9=E3=82=A6=E3=82=B6=E3=81=A0=E3=81=A8=E3=82=B9=E3=82=AF?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=83=AB=E3=83=90=E3=83=BC=E3=81=AE=E5=88=86?= =?UTF-8?q?=E3=81=A0=E3=81=91=E6=A8=AA=E3=81=AB=E3=81=AF=E3=81=BF=E5=87=BA?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E3=81=AE=E3=81=A7?= =?UTF-8?q?100vw=E3=81=A7=E3=81=AF=E3=81=AA=E3=81=8F100%=E3=82=92=E7=94=A8?= =?UTF-8?q?=E3=81=84=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 5aaef57..ed1f34b 100644 --- a/src/style.css +++ b/src/style.css @@ -330,7 +330,7 @@ h2.ui-icon-text > .material-symbols-rounded { background: color-mix(in srgb, var(--color-header) 30%, transparent); border-bottom: solid 1px color-mix(in srgb, var(--color-header) 45%, transparent); height: var(--header-height); - width: 100vw; + width: 100%; z-index: 99999; padding-right: var(--ui-interval-small); padding-left: var(--ui-interval-small); @@ -351,7 +351,7 @@ h2.ui-icon-text > .material-symbols-rounded { #header-dummy { height: var(--header-height); - width: 100vw; + width: 100%; z-index: -100; }