mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +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;
|
||||
}
|
||||
|
||||
.egw_fw_app__aside_content, egw_fw_app__main_content {
|
||||
.egw_fw_app__aside_content, .egw_fw_app__main_content {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.egw_fw_app__main_content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user