mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
improve comment on how our dynamic height CSS works
This commit is contained in:
parent
adb7915b3e
commit
bbd7124ac7
@ -97,7 +97,8 @@ limitations under the License.
|
|||||||
/* XXX: Hack: apparently if you try to nest a flex-box
|
/* XXX: Hack: apparently if you try to nest a flex-box
|
||||||
* within a non-flex-box within a flex-box, the height
|
* within a non-flex-box within a flex-box, the height
|
||||||
* of the innermost element gets miscalculated if the
|
* of the innermost element gets miscalculated if the
|
||||||
* parents are both auto.
|
* parents are both auto. Height has to be auto here
|
||||||
|
* for RoomView to correctly fit when the Toolbar is shown.
|
||||||
* Ideally we'd launch straight into the RoomView at this
|
* Ideally we'd launch straight into the RoomView at this
|
||||||
* point, but instead we fudge it and make the middlePanel
|
* point, but instead we fudge it and make the middlePanel
|
||||||
* flex itself.
|
* flex itself.
|
||||||
|
Loading…
Reference in New Issue
Block a user