Fix CEO dashboard scroll container

This commit is contained in:
metatroncubeswdev 2026-08-31 17:04:20 -04:00
parent fba019c0c7
commit 7cf6f1413b

View File

@ -1,8 +1,13 @@
.o_mcs_ceo_dashboard { .o_mcs_ceo_dashboard {
min-height: 100%; height: calc(100vh - 46px);
min-height: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 24px; padding: 24px;
background: #f6f7f9; background: #f6f7f9;
color: #111827; color: #111827;
box-sizing: border-box;
overscroll-behavior: contain;
button { button {
text-align: left; text-align: left;