[fix] Modal popup should be over pacman.

This commit is contained in:
opi 2014-11-28 09:36:04 +01:00
parent 251d45b7f8
commit 424cd812d5
2 changed files with 11 additions and 10 deletions

View file

@ -212,6 +212,7 @@ body {
#modal {
.modal;
.fade;
z-index: 2001; // more than pacman
overflow-y: auto;
& > div {

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long