Files
kupshop/web/common/static/scss/js-menu.scss
2025-08-02 16:30:27 +02:00

18 lines
210 B
SCSS

.jsmenu {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
}
.jsmenu-overlay {
position: fixed;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
}