Skip to content

Commit 095e1c2

Browse files
authored
Update SelectWorkspace.svelte: Removed height for the workspaces list in order to fix scrolling (#4539)
Signed-off-by: Grigorii Bushmanov <[email protected]>
1 parent b7ed7ef commit 095e1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/login-resources/src/components/SelectWorkspace.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
}
112112
</script>
113113

114-
<form class="container h-60" style:padding={$deviceInfo.docWidth <= 480 ? '1.25rem' : '5rem'}>
114+
<form class="container" style:padding={$deviceInfo.docWidth <= 480 ? '1.25rem' : '5rem'}>
115115
<div class="grow-separator" />
116116
<div class="fs-title">
117117
{account?.email}

0 commit comments

Comments
 (0)