fix(layout): fixed total scrollable width in vertical scrolled mode, closes #3583 (#3586)

This commit is contained in:
Huang Xin
2026-03-22 18:56:12 +08:00
committed by GitHub
parent 1936136596
commit 2905506017
3 changed files with 3 additions and 3 deletions
@@ -162,7 +162,7 @@ const ViewMenu: React.FC<ViewMenuProps> = ({ bookKey, setIsDropdownOpen }) => {
return (
<Menu
className={clsx(
'view-menu dropdown-content dropdown-right no-triangle z-20 mt-1 border',
'view-menu dropdown-content dropdown-right no-triangle z-20 mt-1.5 border',
'bgcolor-base-200 shadow-2xl',
)}
style={{
@@ -48,7 +48,7 @@ const QuickActionMenu: React.FC<QuickActionMenuProps> = ({
return (
<Menu
className={clsx(
'annotation-quick-action-menu dropdown-content z-20 mt-1 border',
'annotation-quick-action-menu dropdown-content z-20 mt-1.5 border',
'bgcolor-base-200 shadow-2xl',
menuClassName,
)}