This commit is contained in:
@@ -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,
|
||||
)}
|
||||
|
||||
+1
-1
Submodule packages/foliate-js updated: ae94dce261...f015af2435
Reference in New Issue
Block a user