From e361db2c8ed21cc908ee91b8adca5d3cfc3ef034 Mon Sep 17 00:00:00 2001 From: Parasaran Date: Sat, 14 Dec 2024 22:45:37 +0530 Subject: [PATCH] Added a comment note about the firefox workaround --- .../lexical-playground/src/themes/PlaygroundEditorTheme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css index 24f6e6078c1..9f95e53246a 100644 --- a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css +++ b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css @@ -15,6 +15,11 @@ .PlaygroundEditorTheme__paragraph { margin: 0; position: relative; + + /* + A firefox workaround to allow scrolling of overflowing table cell + ref: https://bugzilla.mozilla.org/show_bug.cgi?id=1904159 + */ overflow: inherit; } .PlaygroundEditorTheme__quote {