Skip to content

Commit

Permalink
Ensure the uploader is high enough to receive click events.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 18, 2015
1 parent 56c183a commit 33cd8cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansel/themes/default/dynamic/screen.css
Expand Up @@ -181,4 +181,9 @@
.ansel-uploader-filelist {
overflow: auto;
height: 300px;
}

#anseluploader {
position: relative;
z-index: 9999;
}

0 comments on commit 33cd8cc

Please sign in to comment.