mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-10 01:13:08 +00:00
13 lines
227 B
CSS
13 lines
227 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;
|
|
}
|