mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:04 +01:00
Framework WIP:
- Better sizing of slotted content
This commit is contained in:
parent
4223e5cdb4
commit
fe1fb39552
@ -144,13 +144,13 @@ export default css`
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.egw_fw_app__aside_content, egw_fw_app__main_content {
|
.egw_fw_app__aside_content, .egw_fw_app__main_content {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.egw_fw_app__main_content {
|
.egw_fw_app__main_content {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user