Merge pull request #471 from stgn/theme-popup-absolute
Use absolute positioning for theme popup
This commit is contained in:
commit
79dd03e8e9
|
@ -266,7 +266,7 @@ table thead td {
|
|||
left: 315px;
|
||||
}
|
||||
.theme-popup {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
z-index: 1000;
|
||||
border-radius: 4px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.theme-popup {
|
||||
position: relative
|
||||
position: absolute
|
||||
left: 10px
|
||||
|
||||
z-index: 1000;
|
||||
|
|
Loading…
Reference in New Issue