Merge pull request #7915 from hrwX/z-fix

fix: z-index for dropdown
This commit is contained in:
mergify[bot] 2019-07-17 07:52:32 +00:00 committed by GitHub
commit e6a4f34674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,7 @@
.form-inner-toolbar .dropdown-menu {
right: 0px;
left: auto;
z-index: 100;
}
.layout-main-section {