Skip to content

Commit 44f6d8e

Browse files
authored
Hide scrollbars until they're needed (#780)
1 parent 69bccb5 commit 44f6d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/ui_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
bottom: 2px;
1212
left: 1px;
1313
right: 1px;
14-
overflow-y: scroll;
14+
overflow-y: auto;
1515
padding: 10px;
1616
}
1717
.nr-db-sb .form-row label {

0 commit comments

Comments
 (0)