mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing Catalog columns alignment (#3222)
* Fixing VirtualList scrollbar style Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fix VirtualList styling in logs Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fixing integration tests Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fixing log element selector Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Not using css modules Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Removing unused prop from VirtualList Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
ce56dd812b
commit
f482da0880
@ -20,9 +20,8 @@
|
||||
*/
|
||||
|
||||
.VirtualList {
|
||||
overflow: hidden;
|
||||
|
||||
> .list {
|
||||
> div > .list {
|
||||
/* Render scrollbar in content area, preventing to occupy extra space */
|
||||
overflow-y: overlay!important;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user