Skip to content

Commit

Permalink
fix(classic-theme): fix modal display in Detached Mode (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan authored Apr 15, 2021
1 parent b241df4 commit abf98ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/autocomplete-theme-classic/src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ body {
.aa-PanelLayout {
max-height: var(--aa-detached-modal-max-height);
padding-bottom: var(--aa-spacing-half);
position: static;
}
}
}
Expand Down

0 comments on commit abf98ef

Please sign in to comment.