diff --git a/tabby-terminal/src/components/searchPanel.component.scss b/tabby-terminal/src/components/searchPanel.component.scss index c61df4b0..00108284 100644 --- a/tabby-terminal/src/components/searchPanel.component.scss +++ b/tabby-terminal/src/components/searchPanel.component.scss @@ -1,6 +1,7 @@ :host { position: fixed; width: 600px; + max-width: 80vw; right: 40px; z-index: 5; border-radius: 0 0 5px 5px;