Fix for Linux

This commit is contained in:
Samuel Elliott 2018-05-13 16:16:51 +01:00
parent cee2a6ec34
commit 9915ef8b19
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@
[class*="layers-"] > * + * {
z-index: 900;
}
.bd-settings-wrapper.platform-linux {
transform: none;
}