Skip to content

Commit

Permalink
[form-builder] Block editor: fix scrollcontainer width issues (scroll…
Browse files Browse the repository at this point in the history
…-y: overlay)
  • Loading branch information
skogsmaskin authored and bjoerge committed Dec 19, 2018
1 parent 67fd383 commit 258dd3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
border: 1px solid var(--input-border-color);
border-radius: var(--input-border-radius);
box-sizing: border-box;
overflow-y: overlay;

@nest &.hasBlockExtras::after {
content: '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.content {
margin-left: calc(100% - 1px - var(--block-extras-width) + var(--medium-padding));
margin-left: calc(100% - var(--block-extras-width));
pointer-events: all;
border-left: 2px solid transparent;
padding-left: var(--small-padding);
Expand Down

0 comments on commit 258dd3a

Please sign in to comment.