diff --git a/apps/ui/src/components/Layout/App.vue b/apps/ui/src/components/Layout/App.vue index 952f18b93..3010f5992 100644 --- a/apps/ui/src/components/Layout/App.vue +++ b/apps/ui/src/components/Layout/App.vue @@ -67,10 +67,6 @@ const hasTopNav = computed(() => { return 'space-editor' !== String(route.matched[1]?.name); }); -const bottomPadding = computed( - () => !['space-proposal-votes'].includes(String(route.name)) -); - async function handleTransactionAccept() { if ( !walletConnectSpaceKey.value || @@ -165,7 +161,7 @@ router.afterEach(() => { :class="{ 'overflow-clip': scrollDisabled }" > -
+
- +
{