Skip to content

Commit

Permalink
fix: use sass variables
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Aug 6, 2021
1 parent 078de50 commit a36ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActionPanel/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
border: 0;

.aui--action-panel-body {
max-height: calc(100vh - var(--action-panel-margin-top) - var(--action-panel-margin-bottom) - var(--action-panel-header-height));
max-height: calc(100vh - #{$action-panel-margin * 2} - #{$action-panel-header-height});
overflow: auto;
}
}
Expand Down

0 comments on commit a36ec69

Please sign in to comment.