Skip to content

Commit

Permalink
Adjust margin and remove pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Nov 5, 2024
1 parent e4bef12 commit 2389a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/editor/src/components/document-bar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@

.editor-document-bar__icon-layout.editor-document-bar__icon-layout {
position: absolute;
padding-left: $grid-unit-15;
margin-left: $grid-unit-15;
display: none;
pointer-events: none;
svg {
fill: $gray-600;
}
Expand Down

0 comments on commit 2389a89

Please sign in to comment.