Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Set z-index of flash message to fix #1246 #1250

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
increase z-index of ribbon to be in front of flash
  • Loading branch information
laszlokorte authored Dec 7, 2018
commit 5de45f71f5baed463077882619890374bff298c8
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ ul.laundry-list {
top: 0;
right: 0;
border: 0;
z-index: 2;
width: 149px;
height: 149px;
}
Expand Down