Skip to content

Commit fca0cf5

Browse files
committed
fix: layout scroll
1 parent 6cab184 commit fca0cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/metagram/src/routes/(protected)/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</script>
8080

8181
<main
82-
class={`block h-[100dvh] ${route !== '/home' && route !== '/messages' && route !== '/profile' && route !== '/settings' && !route.includes('/profile') ? 'grid-cols-[20vw_auto]' : 'grid-cols-[20vw_auto_30vw]'} md:grid`}
82+
class={`block h-[100dvh] ${route !== '/home' && route !== '/messages' && route !== '/profile' && route !== '/settings' && !route.includes('/profile') && !route.includes('/settings') ? 'grid-cols-[20vw_auto]' : 'grid-cols-[20vw_auto_30vw]'} md:grid`}
8383
>
8484
<SideBar
8585
profileSrc="https://picsum.photos/200"

0 commit comments

Comments
 (0)