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:
parent
12507515f1
commit
becd971dab
@ -5,6 +5,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.scrollable {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
&.selectable {
|
||||
.TableHead, .TableRow {
|
||||
padding: 0 $padding;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user