2024-08-22 17:07:05 +02:00

17 lines
273 B
CSS

.backdrop[aria-expanded] {
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: var(--codex-background-backdrop);
display: none;
backdrop-filter: blur(2px);
display: block;
z-index: 1;
}
.document-noOverflow {
overflow: hidden;
}