mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
give the navbar a fixed height so we can position other sticky elements more reliably
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1030; // over everything in bootstrap
|
||||
height: 4rem;
|
||||
// max-height: calc(100vh - 4rem);
|
||||
// overflow-y: auto;
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user