Use full width for notification dropdown on small devices
This commit is contained in:
parent
8ce76882e3
commit
39110c6b1b
1 changed files with 8 additions and 0 deletions
|
|
@ -247,4 +247,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: $screen-xs-max) {
|
||||||
|
.nav-badges .dropdown-menu {
|
||||||
|
position: fixed;
|
||||||
|
top: $navbar-height;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue