Skip to content

Commit 973feaf

Browse files
authored
fix(css): hide empty panel layout in detached mode (#1192)
1 parent e548901 commit 973feaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/autocomplete-theme-classic/src/theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,10 @@ body {
892892
max-height: var(--aa-detached-modal-max-height);
893893
padding-bottom: var(--aa-spacing-half);
894894
position: static;
895+
896+
&:empty {
897+
display: none;
898+
}
895899
}
896900
}
897901
}

0 commit comments

Comments
 (0)