Styled not found page

This commit is contained in:
Khwezi Mngoma
2026-05-23 16:52:27 +02:00
parent 5e839dca03
commit 0cb77f87af
10 changed files with 655 additions and 40 deletions
@@ -1,5 +1,13 @@
/* --- Midrand Books Sliding Cart Extensions --- */
/* Ensure the navbar stays on top while scrolling */
.sticky-top {
position: -webkit-sticky !important; /* Safari */
position: sticky !important;
top: 0 !important;
z-index: 1000 !important;
}
/* Dimmed backdrop background blur styling */
.cart-overlay {
position: fixed;