Skip to content

Commit

Permalink
Merge pull request #864 from ezsystems/EZP-30192-content-tree-panel-i…
Browse files Browse the repository at this point in the history
…s-partially-visible-when-toggled

EZP-30192: Content Tree panel is partially visible when toggled
  • Loading branch information
Łukasz Serwatka committed Mar 1, 2019
2 parents b62a27f + 7cfc993 commit db9ee43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/scss/_view-content.scss
Expand Up @@ -5,6 +5,7 @@
}

.ez-content-tree-container {
display: none;
flex: 0 0 auto;
max-width: 0;
position: relative;
Expand All @@ -14,6 +15,7 @@
margin-bottom: calculateRem(-24px);

&--expanded {
display: initial;
min-width: calculateRem(250px);
max-width: 33vw;
}
Expand Down

0 comments on commit db9ee43

Please sign in to comment.