Merge pull request #886 from danielsarin/increate-menu-z-index

Increase menu container z-index to be higher than controls
This commit is contained in:
Sam Potts 2018-04-11 22:23:46 +10:00 committed by GitHub
commit a15d1c9f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
right: -3px; right: -3px;
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
z-index: 1; z-index: 3;
> div { > div {
overflow: hidden; overflow: hidden;