navbar position absolute

This commit is contained in:
Lorin Werthen 2018-07-05 14:28:56 +02:00
parent 06072fd883
commit 416bddc83a
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -41,6 +41,13 @@
font-size: 1.15em;
}
@include touch {
.navbar-menu {
position: absolute;
width: 100%;
}
}
.navbar:not(.is-transparent) {
.navbar-item {
&:not(.is-active) {