remove height: 100% for all pages

This commit is contained in:
m.epshtein 2025-06-05 14:25:20 +03:00
parent 4ecb60e710
commit 66b21ec14f

View file

@ -1837,20 +1837,6 @@
width: 100%;
}
/* test */
.webbpm.ervu_dashboard .container-inside > div {
height: 100%;
}
.webbpm.ervu_dashboard .container-inside > div > div[id] {
display: flex;
flex-direction: column;
height: 100%;
}
.webbpm.ervu_dashboard .container-inside > div > div[id] > vbox:first-child,
.webbpm.ervu_dashboard .container-inside .parent-block {
flex-grow: 1;
}
/*
.webbpm.ervu_dashboard [page-citizen],
.webbpm.ervu_dashboard #citizen,
.webbpm.ervu_dashboard [page-citizen_all_filters],
@ -1868,8 +1854,7 @@
.webbpm.ervu_dashboard #citizen_all_filters .search-block {
flex: 1;
}
*/
/* test */
.webbpm.ervu_dashboard.citizencard .container-inside {
height: calc(100vh - var(--h-header));
overflow: hidden;