1
Tips and Tricks / Re: some tricks for fixed navbar and displaying products according to screen size
« on: April 08, 2025, 03:59:58 AM »
.navbar-fixed-top {
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}