Fix main content window to render correctly with sidebar

This commit is contained in:
Eli Ribble 2026-03-21 21:59:44 +00:00
parent d367166e77
commit 34d14846a1
No known key found for this signature in database

View file

@ -1,18 +1,11 @@
<template>
<main class="main-content">
<div id="content">
<slot />
</main>
</div>
</template>
<script setup lang="ts">
// No imports needed for this simple component
</script>
<style scoped>
.main-content {
flex: 1;
padding: 40px;
overflow-y: auto;
background-color: #f5f5f5;
}
</style>
<style scoped></style>