fix(mobile/text): formatting toolbar missing background on iOS

This commit is contained in:
Elian Doran 2026-02-25 20:02:15 +02:00
parent fc59ee6e93
commit e1de98c4ae
No known key found for this signature in database

View File

@ -5,7 +5,6 @@ body.mobile {
.classic-toolbar-outer-container.visible {
height: 38px;
background-color: var(--main-background-color);
position: relative;
overflow: visible;
flex-shrink: 0;
@ -40,11 +39,10 @@ body.mobile {
}
.classic-toolbar-widget .ck.ck-toolbar {
--ck-color-toolbar-background: transparent;
--ck-color-toolbar-background: var(--main-background-color);
--ck-color-button-default-background: transparent;
--ck-color-button-default-disabled-background: transparent;
position: absolute;
background-color: transparent;
border: none;
}