Skip to content

Commit

Permalink
fix(css): hide empty panel layout in detached mode (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Sep 14, 2023
1 parent e548901 commit 973feaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/autocomplete-theme-classic/src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,10 @@ body {
max-height: var(--aa-detached-modal-max-height);
padding-bottom: var(--aa-spacing-half);
position: static;

&:empty {
display: none;
}
}
}
}
Expand Down

0 comments on commit 973feaf

Please sign in to comment.