From c630e41b4e4e2fea18326d0eeb215859cad5c6d9 Mon Sep 17 00:00:00 2001 From: trisdoan Date: Thu, 29 Aug 2024 09:29:09 +0700 Subject: [PATCH] fixup! fixup! [IMP] web_chatter_position: improve function compile --- web_chatter_position/static/src/scss/form_statusbar.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web_chatter_position/static/src/scss/form_statusbar.scss diff --git a/web_chatter_position/static/src/scss/form_statusbar.scss b/web_chatter_position/static/src/scss/form_statusbar.scss new file mode 100644 index 000000000000..8e28cb77151c --- /dev/null +++ b/web_chatter_position/static/src/scss/form_statusbar.scss @@ -0,0 +1,3 @@ +.o_xxl_form_view .o_form_sheet_bg .o_form_sheet { + overflow: unset !important; +}