Skip to content

Commit

Permalink
fix(richtext-lexical): fixed toolbar not wrapping correctly on small …
Browse files Browse the repository at this point in the history
…screen sizes
  • Loading branch information
AlessioGr committed May 7, 2024
1 parent f5fb095 commit 53b7d6f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -47,10 +47,10 @@ html[data-theme='dark'] {
.fixed-toolbar {
@include blur-bg(var(--theme-elevation-0));
display: flex;
align-items: center;
flex-wrap: wrap;
align-items: stretch;
padding: 0 3.72px 0 6.25px;
vertical-align: middle;
height: 37.5px;
position: sticky;
z-index: 2;
top: var(--doc-controls-height);
Expand Down

0 comments on commit 53b7d6f

Please sign in to comment.