Let menu scroll on smaller screen devices
This commit is contained in:
parent
54dde8afad
commit
4fb033b0e2
|
@ -33,7 +33,8 @@
|
|||
padding-right: .5em;
|
||||
}
|
||||
.dropdown-menu {
|
||||
max-height: calc(100vh - 60px);;
|
||||
max-height: calc(100vh - 60px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue