From c3af0ddbeee9f41610f25a9a1035c25667123ee2 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Tue, 20 Aug 2024 15:11:11 +0200 Subject: [PATCH] [IMP] account_reconcile_oca: Split overflow --- account_reconcile_oca/static/src/scss/reconcile.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/account_reconcile_oca/static/src/scss/reconcile.scss b/account_reconcile_oca/static/src/scss/reconcile.scss index b430a104..c89632b5 100644 --- a/account_reconcile_oca/static/src/scss/reconcile.scss +++ b/account_reconcile_oca/static/src/scss/reconcile.scss @@ -11,6 +11,10 @@ opacity: 100; } } + .row { + // We need to add this in order to make remove horizontal scroll + margin: 0; + } margin: 0 0 0; min-width: fit-content; width: 100%; @@ -36,10 +40,12 @@ padding: 0; position: relative; border-right: 1px solid $o-gray-300; + overflow: auto; } .o_account_reconcile_oca_info { width: 70%; height: 100%; + overflow: auto; } .o_form_view { .o_form_statusbar.o_account_reconcile_oca_statusbar {