hauteur maxi pour le menu des groupes (ref #212)
This commit is contained in:
parent
88287f7cfe
commit
65d9a3da5d
|
@ -127,6 +127,11 @@ body {
|
|||
border-bottom: 5px solid #FFF;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
max-height: 450px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.dropdown-submenu {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue