Rewild Your Web
web browser dweb
at main 18 lines 283 B view raw
1/* SPDX-License-Identifier: AGPL-3.0-or-later */ 2 3@import url(//system.localhost:8888/menu_shared.css); 4 5:host { 6 display: none; 7 position: absolute; 8 top: 0; 9 left: 0; 10 width: 100%; 11 height: 100%; 12 z-index: var(--z-modal); 13} 14 15.menu { 16 position: absolute; 17 z-index: 1001; 18}