support for sticky navbar

This commit is contained in:
gurusabarish
2023-11-19 19:57:11 +05:30
parent 33e37f75c0
commit 70ea254099
6 changed files with 49 additions and 4 deletions
+7
View File
@@ -1,6 +1,13 @@
header {
z-index: 10;
position: relative;
top: 0;
}
.showHeaderOnTop {
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
top: 0;
position: sticky;
}
header .navbar .navbar-nav a {