Fix main content window to render correctly with sidebar
This commit is contained in:
parent
d367166e77
commit
34d14846a1
1 changed files with 3 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue