mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
avoid overflow of hidden form
fixes hover on upload button leaking over New button
This commit is contained in:
parent
60e20c2956
commit
5df9e35d83
@ -18,9 +18,8 @@
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user