"fixed" display bug on chromium

This commit is contained in:
Notoric 2024-02-08 17:41:14 +00:00
parent fb1b186fc0
commit dd89274565
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,6 @@ main {
background-image: url(/assets/photos/sunset-5928907-lizzymay.jpg);
background-size: cover;
overflow: hidden;
isolation: isolate;
}
.textWindow {
@ -102,7 +101,9 @@ h1#title2 {
grid-column: right;
width: 50vw;
height: 100vh;
box-shadow: inset 0 0 2vw 10vw black;
box-shadow: inset -10px 0 2vw 10vw black;
border-left: 10px black solid;
overflow: hidden;
}
h1 {