diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/bootstrap.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index a3261a8a6..dc0d075c9 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -165,4 +165,8 @@ ngb-tabset.bootstrap { | |||
165 | 165 | ||
166 | .dropdown-divider { | 166 | .dropdown-divider { |
167 | margin: 0.3rem 0; | 167 | margin: 0.3rem 0; |
168 | } \ No newline at end of file | 168 | } |
169 | |||
170 | ngb-modal-backdrop { | ||
171 | z-index: 10000 !important; | ||
172 | } | ||