Skip to content

Commit 704bc76

Browse files
authored
Hide <td> scroll in 7guis cell example
Scrolling of the <td>'s does seem to be unwanted here, and I suggest to hide it
1 parent 1bbc950 commit 704bc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/src/cells/App/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ tr:first-of-type th:first-of-type {
2323
td {
2424
border: 1px solid #ccc;
2525
height: 1.5em;
26-
overflow: scroll;
26+
overflow: hidden;
2727
}

0 commit comments

Comments
 (0)