From e5904608ed4aeae1269a1976513d16263068086b Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Thu, 12 Jun 2025 18:51:25 +0800 Subject: [PATCH] revert: seems like set the padding-bottom to be zero should fix the issue that huge spacing of toolbar --- src/styles/advanced-toolbar.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/styles/advanced-toolbar.scss b/src/styles/advanced-toolbar.scss index 1f23a39..f0b9fe4 100644 --- a/src/styles/advanced-toolbar.scss +++ b/src/styles/advanced-toolbar.scss @@ -55,11 +55,6 @@ ) !important; } } -body:not(.AT-multirow) { - .mobile-toolbar { - position: absolute !important; - } -} .AT-no-toolbar { .mobile-toolbar { display: none;