Merge pull request #471 from stgn/theme-popup-absolute

Use absolute positioning for theme popup
This commit is contained in:
Michael Bryan 2017-11-10 13:31:12 +08:00 committed by GitHub
commit 79dd03e8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ table thead td {
left: 315px;
}
.theme-popup {
position: relative;
position: absolute;
left: 10px;
z-index: 1000;
border-radius: 4px;

View File

@ -1,5 +1,5 @@
.theme-popup {
position: relative
position: absolute
left: 10px
z-index: 1000;