Skip to content

Commit

Permalink
Revert "IBX-5784: CkEditor toolbar overflow fix" (#811)
Browse files Browse the repository at this point in the history
Revert "IBX-5784: CkEditor toolbar overflow fix (#807)"

This reverts commit 6c79e92.
  • Loading branch information
Gengar-i authored Jun 14, 2023
1 parent 1c82c06 commit 19ab7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion src/bundle/Resources/public/scss/_edit-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
border-top-left-radius: $ibexa-border-radius;
border-top-right-radius: $ibexa-border-radius;
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition, border-bottom-width 0;
z-index: 2;

&__container {
display: flex;
Expand Down
14 changes: 1 addition & 13 deletions src/bundle/Resources/public/scss/_main-container.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.ibexa-main-container {
$edit-container-padding: calculateRem(16px);

display: flex;
flex-wrap: nowrap;
overflow: hidden;
Expand All @@ -17,19 +15,9 @@

&--edit-container {
height: 100vh;
padding: $edit-container-padding;
padding: calculateRem(16px);
background-color: $ibexa-color-dark;

&::before {
content: '';
height: $edit-container-padding;
position: absolute;
top: 0;
width: 100%;
background-color: $ibexa-color-dark;
z-index: 2;
}

.ibexa-main-container {
&__side-column {
min-width: calculateRem(240px);
Expand Down

0 comments on commit 19ab7d7

Please sign in to comment.