fix: v-table scroll bar

This commit is contained in:
windingwind 2024-07-06 16:43:01 +08:00
parent 92e85da8c6
commit 1814e23e30
2 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,9 @@
width: 100%;
overflow: auto;
}
#manager-table {
height: 100%;
}
</style>
</head>
<body class="zotero-window">

View File

@ -100,6 +100,9 @@
width: 100%;
overflow: auto;
}
#templates-table {
height: 100%;
}
.editor-viewport {
display: flex;
flex-direction: column;