Skip to content

Commit bc64292

Browse files
author
Manu
committed
- position static for responsive nav dropdowns
1 parent 2c1024e commit bc64292

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/assets/scss/react/now-ui-kit/_responsive.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
background: $info-color;
44
background: linear-gradient($info-color,$black-color 80%);
55
}
6+
.navbar-nav .dropdown-menu {
7+
position: static !important;
8+
}
69
}
710

811
@media screen and (max-width: 768px){

0 commit comments

Comments
 (0)