Skip to content

Commit cd6dabd

Browse files
committed
fixes etherdelta#108; related to etherdelta#102
1 parent 1306e6d commit cd6dabd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ node_modules
44
storage_*
55
report*
66
.project
7-
.pydevproject
7+
.pydevproject
8+
.vscode

css/black.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,8 @@ fieldset[disabled] .form-control {
697697

698698
.ReactModal__Overlay.ReactModal__Overlay--after-open {
699699
background-color: rgba(0,0,0,0.75) !important;
700+
/* z-index must be higher than navbar or you get issue #118 */
701+
z-index: 1100
700702
}
701703

702704
/* Small Devices, Tablets */

0 commit comments

Comments
 (0)