Skip to content

Commit 5df9e35

Browse files
committed
avoid overflow of hidden form
fixes hover on upload button leaking over New button
1 parent 60e20c2 commit 5df9e35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebook/static/tree/less/altuploadform.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
display: block;
1919
width: 100%;
2020
height: 100%;
21-
21+
overflow: hidden;
2222
cursor: pointer;
23-
2423
opacity: 0;
2524
z-index: 2;
2625
}

0 commit comments

Comments
 (0)