Reduce setting content height to avoid dialog level scroll (#341)

This commit is contained in:
Chenlei Hu
2024-08-08 20:31:00 -04:00
committed by GitHub
parent 42c1e4b5e1
commit 0d31dc5b4c

View File

@@ -80,7 +80,7 @@ const sortedGroups = (category: SettingTreeNode) => {
<style scoped>
.settings-container {
display: flex;
height: 80vh;
height: 70vh;
width: 60vw;
max-width: 1000px;
overflow: hidden;