Skip to content

Commit

Permalink
client: Improve classic toolbar layout on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Nov 7, 2024
1 parent 35fe584 commit 78017e4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ const TPL = `\
.classic-toolbar-widget .ck.ck-button.ck-disabled {
opacity: 0.3;
}
body.mobile .classic-toolbar-widget {
position: relative;
overflow-x: auto;
}
body.mobile .classic-toolbar-widget .ck.ck-toolbar {
position: absolute;
}
</style>
`;

Expand Down

0 comments on commit 78017e4

Please sign in to comment.