Fix oldtimey position

This commit is contained in:
seotts 2022-03-25 14:50:01 -04:00 committed by rschamp
parent 377ac4f4bd
commit 0a96f7957a

View file

@ -1,12 +1,11 @@
@import "../../colors"; @import "../../colors";
.oldtimey-mode { .oldtimey-mode {
position: absolute; position: fixed;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: transparent url("/images/oldtimey.png") center center; background: transparent url("/images/oldtimey.png") center center;
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: repeat-y;
z-index: 500; z-index: 500;
pointer-events: none; pointer-events: none;
} }