1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set overflow:auto on .Table

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-23 13:56:25 +03:00
parent 12507515f1
commit becd971dab

View File

@ -5,6 +5,10 @@
} }
} }
&.scrollable {
overflow: auto;
}
&.selectable { &.selectable {
.TableHead, .TableRow { .TableHead, .TableRow {
padding: 0 $padding; padding: 0 $padding;