mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix CSS on firefox with copious application of black magic. the same trick might help the vertical height problem on chrome which was worked around by turning RoomView into a dummy flexbox
This commit is contained in:
parent
b2130a5295
commit
0b3a9baa44
@ -64,7 +64,7 @@ limitations under the License.
|
||||
order: 3;
|
||||
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
flex: 1 1 0;
|
||||
margin-top: 18px;
|
||||
margin-bottom: 18px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user