blob: 1761aebd07b925a735efc3831a75f98d78b7ad6a [file] [log] [blame]
pineafan7bd0ad62022-10-26 22:11:29 +01001
pineafanfd93e6e2022-05-06 20:30:09 +01002.container {
3 position: fixed;
4 top: 42px;
5 height: calc(100vh - 42px);
6 width: 100%;
7 border-radius: 25px;
8 box-shadow: 0 0 0 100px black;
9 pointer-events: none;
10 background: transparent;
11}
12
13.container::-webkit-scrollbar {
14 display: none;
15}
16
17.container, .container * {
18 transform: rotateY(0);
19 -webkit-transform: rotateY(0);
20}