mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
0e4db3f242
* ui: Add support for showing partial lists in ListCollection * Add CSS for partial 'View more' button, and move all CSS to /components * Enable partial view for intention permissions
16 lines
282 B
SCSS
16 lines
282 B
SCSS
%list-collection > ul > li,
|
|
%list-collection-scroll-virtual {
|
|
position: relative;
|
|
}
|
|
%list-collection-scroll-virtual {
|
|
height: 500px;
|
|
}
|
|
%list-collection-scroll-virtual > ul {
|
|
overflow-x: hidden !important;
|
|
}
|
|
|
|
%list-collection-partial-button {
|
|
width: 100%;
|
|
padding: 15px;
|
|
}
|