Skip to content

Commit

Permalink
IBX-5737: Scroll in extra actions is in wrong place (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored May 17, 2023
1 parent 2e29763 commit a14090a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bundle/Resources/public/scss/_extra-actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
}

&__content {
padding: calculateRem(32px);
width: 75%;
padding: calculateRem(32px) 25% calculateRem(32px) calculateRem(32px);
max-height: calc(100% - #{calculateRem(90px)});
overflow: auto;

Expand All @@ -69,7 +68,8 @@
}

&--create {
padding: 0 calculateRem(32px);
padding-top: 0;
padding-bottom: 0;
}
}

Expand Down

0 comments on commit a14090a

Please sign in to comment.