mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
more css flex fixes
This commit is contained in:
parent
4b01d11016
commit
3efb879496
@ -1,5 +1,6 @@
|
||||
#app {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Navigation: folder like structure */
|
||||
@ -60,7 +61,7 @@
|
||||
#app-conversation {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
flex: 1;
|
||||
flex: 4;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user