diff options
| author | Mark Otto <[email protected]> | 2017-05-27 17:36:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 17:36:20 -0700 |
| commit | 4564f7e3efd1e95c9a52c584d35c1ee64d849c20 (patch) | |
| tree | 15fbb4ca203792aae5cbc8abb2b4021aaaa7ef36 /docs | |
| parent | ca6c23161fe7668712cf2a24b2ab3b6a5ba0079e (diff) | |
| download | bootstrap-4564f7e3efd1e95c9a52c584d35c1ee64d849c20.tar.xz bootstrap-4564f7e3efd1e95c9a52c584d35c1ee64d849c20.zip | |
give the navbar a fixed height so we can position other sticky elements more reliably
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_nav.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/scss/_nav.scss b/docs/assets/scss/_nav.scss index 394adc892..5f1d1d22a 100644 --- a/docs/assets/scss/_nav.scss +++ b/docs/assets/scss/_nav.scss @@ -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; // } |
