Skip to content

Commit b0cb189

Browse files
committed
Fix overflow for inner fields
1 parent 5eb44a8 commit b0cb189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/resources/dist/css/super-table.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/src/scss/_input.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.superTable-table {
1010
border-radius: 5px;
1111
border: 1px solid darken(#e3e5e8, 5%);
12-
overflow: hidden;
12+
// overflow: hidden;
1313
width: 100%;
1414
margin-top: 10px;
1515
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)