Fix CEO dashboard scroll container
This commit is contained in:
parent
fba019c0c7
commit
7cf6f1413b
@ -1,8 +1,13 @@
|
||||
.o_mcs_ceo_dashboard {
|
||||
min-height: 100%;
|
||||
height: calc(100vh - 46px);
|
||||
min-height: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
padding: 24px;
|
||||
background: #f6f7f9;
|
||||
color: #111827;
|
||||
box-sizing: border-box;
|
||||
overscroll-behavior: contain;
|
||||
|
||||
button {
|
||||
text-align: left;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user