fix: v-table scroll bar
This commit is contained in:
parent
92e85da8c6
commit
1814e23e30
|
|
@ -88,6 +88,9 @@
|
|||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
#manager-table {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="zotero-window">
|
||||
|
|
|
|||
|
|
@ -100,6 +100,9 @@
|
|||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
#templates-table {
|
||||
height: 100%;
|
||||
}
|
||||
.editor-viewport {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Reference in New Issue