Styled not found page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user