give the navbar a fixed height so we can position other sticky elements more reliably
This commit is contained in:
parent
ca6c23161f
commit
4564f7e3ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue