We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7b8cd commit b70442eCopy full SHA for b70442e
src/commandpalette/styles/DefaultCommandPalette.css.tid
@@ -15,6 +15,17 @@ tags: $:/tags/Stylesheet
15
top: calc(var(--position-autocomplete-panel-top) + 0.25em) !important;
16
z-index: 9999;
17
}
18
+/** On small screen, don't let panel get out of the window */
19
+@media (min-height: 520px) {
20
+ .aa-Panel {
21
+ max-height: 75vh;
22
+ }
23
+}
24
+@media (max-height: 520px) {
25
26
+ max-height: 60vh;
27
28
29
.tw-command-palette-default-container {
30
position: fixed;
31
background: <<colour page-background>>;
0 commit comments