Skip to content

Commit 49e6830

Browse files
authored
Don't show scrollbar if nothing overflows ( suite list ) (#988)
1 parent 6ed61d3 commit 49e6830

File tree

1 file changed

+1
-1
lines changed
  • packages/selenium-ide/src/neo/components/TestList

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/components/TestList/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
.tests_div {
11-
overflow-x: scroll;
11+
overflow-x: auto;
1212
transition: max-height 300ms linear;
1313
max-height: 0;
1414
flex-grow: 1;

0 commit comments

Comments
 (0)