Skip to content

Commit c4a2cb9

Browse files
author
David Haeffner
committed
Fixed style issue on Windows that was causing the vertical scrollbar from needlessly rendering in the executing pane
1 parent 178e9b2 commit c4a2cb9

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
@@ -1,7 +1,7 @@
11
.tests {
22
max-height: 0;
33
overflow-x: hidden;
4-
overflow-y: scroll;
4+
overflow-y: auto;
55
transition: max-height 300ms linear;
66
list-style: none;
77
}

0 commit comments

Comments
 (0)