Skip to content

Commit

Permalink
fix: undo section changes that cuases hidden overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Aug 17, 2024
1 parent 9c32474 commit 69ef069
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/blocks/blocks/section/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la
max-width: unset;
margin: inherit;
flex: 1;
overflow: hidden;

/* Add this to override Neve styles */
&[class*="has-dark-"] p, &[class*="has-light-"] p {
Expand All @@ -54,7 +53,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la

> .block-editor-inner-blocks {
flex: 1;
overflow: hidden;
}

.wp-block-themeisle-blocks-advanced-columns {
Expand Down
1 change: 0 additions & 1 deletion src/blocks/blocks/section/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la
background: var( --background );
transition: 0.3s;
word-wrap: anywhere;
overflow: hidden;

&:hover {
background: var( --background-color-hover );
Expand Down

0 comments on commit 69ef069

Please sign in to comment.