mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
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:
parent
b7ed7ef4f1
commit
095e1c2a3e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user