mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 15:54:40 +00:00
121bd2e0ab
* ui: PagedCollection component * ui: Use PagedCollection (#12436) * ui: Integrate PagedCollection into DisclosureMenu * Integrate PageCollection into DC, Nspace and Partition menus
9 lines
169 B
SCSS
9 lines
169 B
SCSS
.disclosure-menu {
|
|
position: relative;
|
|
}
|
|
.disclosure-menu [aria-expanded] ~ * {
|
|
@extend %menu-panel;
|
|
overflow-y: auto !important;
|
|
will-change: scrollPosition;
|
|
}
|