synced with master

This commit is contained in:
Gani Georgiev
2023-05-03 14:52:10 +03:00
32 changed files with 45 additions and 37 deletions
+6
View File
@@ -1214,6 +1214,7 @@ select {
}
.form-field label ~ & {
position: relative;
z-index: auto; // reset default z-index
padding: 5px 2px 2px 2px;
// blank placeholder
&:before {
@@ -1256,4 +1257,9 @@ body {
display: none;
}
}
&.tox-fullscreen {
.overlay-panel-section {
overflow: hidden;
}
}
}