Skip to content

Commit 354cfb8

Browse files
authored
Merge pull request #3148 from minrk/alt-upload-inside-button
avoid overflow of hidden form
2 parents 60e20c2 + 5df9e35 commit 354cfb8

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)