For a table with action menus inside a scrollable region, we need to ensure
the table is at least big enough.
overflow: auto;
}
+// Minimum height required for a menu in a table inside a scrollable div.
.no-overflow > .generaltable {
margin-bottom: 0;
+ min-height: 10em;
}
// Accessibility features
overflow: auto; }
.no-overflow > .generaltable {
- margin-bottom: 0; }
+ margin-bottom: 0;
+ min-height: 10em; }
.accesshide {
position: absolute;
.pagelayout-report .no-overflow {
overflow: visible;
}
+// Minimum height required for a menu in a table inside a scrollable div.
.no-overflow > .generaltable {
margin-bottom: 0;
+ min-height: 10em;
}
// Accessibility features
}
.no-overflow > .generaltable {
margin-bottom: 0;
+ min-height: 10em;
}
.accesshide {
position: absolute;