Update SelectWorkspace.svelte: Removed height for the workspaces list in order to fix scrolling (#4539)

Signed-off-by: Grigorii Bushmanov <44202486+Greg-Bush@users.noreply.github.com>
This commit is contained in:
Grigorii Bushmanov 2024-02-06 06:51:51 +04:00 committed by GitHub
parent b7ed7ef4f1
commit 095e1c2a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@
}
</script>
<form class="container h-60" style:padding={$deviceInfo.docWidth <= 480 ? '1.25rem' : '5rem'}>
<form class="container" style:padding={$deviceInfo.docWidth <= 480 ? '1.25rem' : '5rem'}>
<div class="grow-separator" />
<div class="fs-title">
{account?.email}