Style fix: remove unnecessary calc

This commit is contained in:
Niel Thiart 2023-12-05 15:59:53 +02:00
parent 51aa1f57e7
commit 3e1c6fa83e
No known key found for this signature in database
GPG Key ID: 6AECF816A8741B0A
1 changed files with 1 additions and 1 deletions

View File

@ -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 {