[WIKI-695] fix: tippy width fix #7843

This commit is contained in:
M. Palanikannan 2025-09-24 17:45:18 +05:30 committed by GitHub
parent b5ba0a705f
commit 85bffaa231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ export const EditorBubbleMenu: FC<EditorBubbleMenuProps> = (props: { editor: Edi
{!isSelecting && (
<div
ref={menuRef}
className="flex py-2 divide-x divide-custom-border-200 rounded-lg border border-custom-border-200 bg-custom-background-100 shadow-custom-shadow-rg max-w-[500px] overflow-x-scroll horizontal-scrollbar scrollbar-xs"
className="flex py-2 divide-x divide-custom-border-200 rounded-lg border border-custom-border-200 bg-custom-background-100 shadow-custom-shadow-rg overflow-x-scroll horizontal-scrollbar scrollbar-xs"
>
<div className="px-2">
<BubbleMenuNodeSelector

View file

@ -205,7 +205,7 @@ ul[data-type="taskList"] li[data-checked="true"] {
/* Overwrite tippy-box original max-width */
.tippy-box {
max-width: 600px !important;
max-width: 800px !important;
}
.fade-in {