Skip to content

Commit 9398869

Browse files
committed
fix(Table): table should scroll inside itself
1 parent b873cb7 commit 9398869

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/table/main.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
@include box-sizing;
88
position: relative;
99

10-
&#{$table-prefix}-layout-fixed table {
11-
table-layout: fixed;
10+
&#{$table-prefix}-layout-fixed {
11+
overflow: auto;
12+
table {
13+
table-layout: fixed;
14+
}
1215
}
1316
&#{$table-prefix}-layout-auto table {
1417
table-layout: auto;

0 commit comments

Comments
 (0)