Skip to content

Commit 9669e6f

Browse files
committed
Fixed z-index of notifications
1 parent ff11a7c commit 9669e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/css/all.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/sass/all.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ html {
220220

221221
.notify-dialog {
222222
background-color: #404040;
223-
z-index: 10;
223+
z-index: 1000;
224224
color: #FFF;
225225
border-radius: 3px;
226226
padding: 15px;

0 commit comments

Comments
 (0)