mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix oldtimey position
This commit is contained in:
parent
377ac4f4bd
commit
0a96f7957a
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
@import "../../colors";
|
||||
|
||||
.oldtimey-mode {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: transparent url("/images/oldtimey.png") center center;
|
||||
background-size: 100% 100%;
|
||||
background-repeat: repeat-y;
|
||||
z-index: 500;
|
||||
pointer-events: none;
|
||||
}
|
Loading…
Reference in a new issue