diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 29485f5..3ca8ac3 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -699,14 +699,14 @@ $tags-bar-height: 34px; .main-container.fullscreen-mode .app-main { position: fixed; - top: 42px; + top: 34px; left: 0; right: 0; bottom: 0; margin: 0 !important; padding: 0 !important; - height: calc(100vh - 42px) !important; - min-height: calc(100vh - 42px) !important; + height: calc(100vh - 34px) !important; + min-height: calc(100vh - 34px) !important; overflow: auto; } \ No newline at end of file