Skip to content

Commit

Permalink
user select none on window watching image
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Dec 2, 2024
1 parent 9964bf8 commit 7de2e2d
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 @@ -149,6 +149,10 @@ article > div > * {
position: absolute;
padding: 0;
margin: 0;

-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
.lighted-window {
display: none;
Expand Down

0 comments on commit 7de2e2d

Please sign in to comment.