blob: 944f797f1291904e4cdf63aa5df5884f29d55ae0 [file] [log] [blame]
.container {
position: fixed;
top: 42px;
height: calc(100vh - 42px);
width: 100%;
border-radius: 25px;
box-shadow: 0 0 0 100px var(--theme-ui-colors-borders);
transition: 0.3s ease-in-out;
pointer-events: none;
background: transparent;
}
.container::-webkit-scrollbar {
display: none;
}
.container, .container * {
transform: rotateY(0);
-webkit-transform: rotateY(0);
}