css: make all editor containers use the same background color

This commit is contained in:
Sebastian Castro 2020-04-03 16:11:25 +02:00 committed by muxator
parent e0f63a4a14
commit 0923cd3f21
3 changed files with 7 additions and 3 deletions

View file

@ -14,6 +14,7 @@ body {
#editorcontainerbox {
flex: 1 auto;
position: relative; /* for nested popup to use absolute positionning */
background-color: #eee;
/* For sticky chat */
display: flex;