1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

(trunk web) fix issue with the "open torrent" dialog being covered by the inspector

This commit is contained in:
Jordan Lee 2011-08-25 23:24:49 +00:00
parent 3f7540675e
commit ab7305fe64

View file

@ -1006,7 +1006,7 @@ div.dialog_container div.dialog_window {
border-top: none;
text-align: left;
width: 420px;
z-index: 4;
z-index: 10;
overflow: hidden;
position: relative;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.7);
@ -1016,7 +1016,6 @@ div.dialog_container div.dialog_window {
div.dialog_container div.dialog_window {
top: 0;
margin-top: 71px;
z-index: 2
}
}