Skip to content

Commit

Permalink
Try to fix the weird mobile render issue on window watching article
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Dec 2, 2024
1 parent 7de2e2d commit bec9aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubyssey/static_src/src/styles/supplement-2024-nocturne.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ article > div > * {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
z-index: -1;
}
.lighted-window {
display: none;
Expand Down Expand Up @@ -181,9 +182,12 @@ article > div > * {
margin-inline: 1em;
font-size: 22px;
p {

position: relative;
margin: 2em auto;
padding: 1em;
max-width: 700px;
z-index: 10;

background-color: #00000073;

Expand Down

0 comments on commit bec9aef

Please sign in to comment.