We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d220112 commit edb43e9Copy full SHA for edb43e9
layouts/dashboard.vue
@@ -46,7 +46,7 @@ onUnmounted(() => {
46
</script>
47
48
<template>
49
- <div class="dashboard flex flex-col lg:flex-row h-screen w-screen min-h-0 min-w-0 overflow-hidden">
+ <div class="dashboard flex flex-col lg:flex-row h-screen w-screen min-h-0 min-w-0 overflow-hidden border-t border-layer">
50
<Gutter :show="isPrimaryGutterShowing" :size="256" class="hidden lg:flex">
51
<TheLeftSidebar class="flex flex-grow flex-shrink overflow-hidden w-full" />
52
</Gutter>
0 commit comments