Framework WIP:

- Better sizing of slotted content
This commit is contained in:
nathan 2024-05-29 11:02:36 -06:00
parent 4223e5cdb4
commit fe1fb39552

View File

@ -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;
}