mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add scroll reveal
This commit is contained in:
@@ -222,6 +222,12 @@ a.navbar-link
|
||||
box-shadow: 0 -2px 3px rgba($black, 0.1)
|
||||
&.is-fixed-top-touch
|
||||
top: 0
|
||||
&.is-fixed-top,
|
||||
&.is-fixed-top-touch
|
||||
.navbar-menu
|
||||
+overflow-touch
|
||||
max-height: calc(100vh - #{$navbar-height})
|
||||
overflow: auto
|
||||
html.has-navbar-fixed-top-touch
|
||||
padding-top: $navbar-height
|
||||
html.has-navbar-fixed-bottom-touch
|
||||
|
||||
Reference in New Issue
Block a user