-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #994. Provide a better flash message for 413.
Also, make sure z-index is higher than the image preview.
- Loading branch information
Mike Taylor
committed
Apr 23, 2016
1 parent
68a0558
commit bb9e9f9
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
/* states */ | ||
.wc-FlashMessage.is-active { | ||
display:block; | ||
z-index: 2; | ||
z-index: 10; | ||
} | ||
|
||
/* modifier */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters