mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
* Add .has-navbar-fixed-somewhere support to body tag (#1485) * update docs
This commit is contained in:
committed by
Jeremy Thomas
parent
687572b975
commit
0c4482b46d
@@ -109,10 +109,12 @@ $navbar-divider-background-color: $border !default
|
||||
&.is-fixed-top
|
||||
top: 0
|
||||
|
||||
html.has-navbar-fixed-top
|
||||
html.has-navbar-fixed-top,
|
||||
body.has-navbar-fixed-top
|
||||
padding-top: $navbar-height
|
||||
|
||||
html.has-navbar-fixed-bottom
|
||||
html.has-navbar-fixed-bottom,
|
||||
body.has-navbar-fixed-bottom
|
||||
padding-bottom: $navbar-height
|
||||
|
||||
.navbar-brand,
|
||||
|
||||
Reference in New Issue
Block a user