File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3838 border-radius : 0 ;
3939 visibility : hidden;
4040 transition-delay : 0.3s ;
41+ /* max-height: calc(100vh - 120px);
42+ overflow: auto*/
43+ }
44+
45+ .dropdown-overflow {
4146 max-height : calc (100vh - 120px );
42- overflow : auto
47+ overflow-y : auto
4348}
4449
4550.dropdown-submenu : hover > .dropdown-menu {
Original file line number Diff line number Diff line change 197197 < ul uib-dropdown-menu >
198198 < li class ="dropdown-submenu " uib-dropdown >
199199 < a href uib-dropdown-toggle > {{ 'Board' | translate }}</ a >
200- < ul uib-dropdown-menu >
200+ < ul uib-dropdown-menu class =" dropdown-overflow " >
201201 < li > < a > < b > HX1K</ b > </ a > </ li >
202202 < li ng-repeat ="board in common.boards ">
203203 < menuboard type ="'HX1K' " board ="board "> </ menuboard >
You can’t perform that action at this time.
0 commit comments