forked from mystiq/hydrogen-web
keep .room-placeholder display settings separate from .middle
This commit is contained in:
parent
34cca2ba0f
commit
441bb4d5d7
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ main {
|
|||
min-height: 0;
|
||||
/* make popups relative to this element so changing the left panel width doesn't affect their position */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.middle {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue