We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb7915 commit bbd7124Copy full SHA for bbd7124
src/skins/vector/css/pages/MatrixChat.css
@@ -97,7 +97,8 @@ limitations under the License.
97
/* XXX: Hack: apparently if you try to nest a flex-box
98
* within a non-flex-box within a flex-box, the height
99
* of the innermost element gets miscalculated if the
100
- * parents are both auto.
+ * parents are both auto. Height has to be auto here
101
+ * for RoomView to correctly fit when the Toolbar is shown.
102
* Ideally we'd launch straight into the RoomView at this
103
* point, but instead we fudge it and make the middlePanel
104
* flex itself.
0 commit comments