Use full width for notification dropdown on small devices

This commit is contained in:
Steffen van Bergerem 2017-08-10 15:28:39 +02:00 committed by flaburgan
parent 8ce76882e3
commit 39110c6b1b

View file

@ -247,4 +247,12 @@
} }
} }
} }
@media (max-width: $screen-xs-max) {
.nav-badges .dropdown-menu {
position: fixed;
top: $navbar-height;
width: 100%;
}
}
} }