mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Style fix: remove unnecessary calc
This commit is contained in:
@@ -268,7 +268,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
|
||||
display: flex;
|
||||
|
||||
ul.svelte-typeahead-list {
|
||||
max-height: calc(60vh);
|
||||
max-height: 60vh;
|
||||
overflow: auto;
|
||||
|
||||
> li {
|
||||
|
||||
Reference in New Issue
Block a user