From 6eeb701439ae5bd346c0160f26be16ddea3b11e1 Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:43:49 +0800 Subject: [PATCH] fix: the overflow tab cannot be fully display --- frontend/src/AppContent.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/AppContent.vue b/frontend/src/AppContent.vue index dba16a3..6089e26 100644 --- a/frontend/src/AppContent.vue +++ b/frontend/src/AppContent.vue @@ -160,7 +160,7 @@ const onKeyShortcut = (e) => {
-
+
{ align-self: flex-end; margin-bottom: -1px; margin-left: 3px; + overflow: auto; } #app-content {