We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72df5c7 commit 2f0e7f8Copy full SHA for 2f0e7f8
demo/src/assets/css/style.scss
@@ -517,14 +517,17 @@ a:hover {
517
/* above 768px */
518
@media (min-width: 768px) {
519
.header {
520
- position: -webkit-sticky;
521
- position: sticky;
+ position: fixed;
+ width: 100%;
522
top: 0;
523
z-index: 1090; // to overlap most positioned elements in bootstrap
524
}
525
.header-dropdown {
526
z-index: 1090;
527
528
+ .main {
529
+ padding-top: $header-height;
530
+ }
531
.modal-backdrop {
532
z-index: 2000; // to overlap header :)
533
0 commit comments