Files
wyczarujprezent.pl/themes/charme/assets/antheme/css/stickymenumobile.css
2024-10-28 22:14:22 +01:00

9 lines
165 B
CSS

.fixed-menu-mobile {
position: fixed;
z-index: 51;
top: 0;
left: 0;
right: 0;
background: #fff;
box-shadow: 0 0 6px 0 rgb(1 1 1 / 10%);
}