Commit bce18b3
html5: fix persistent matrix chat
using visibility: hidden still causes the element to do layout, which
squeeze other elements (like timer, polls, etc). Fix this by changing
to display: none which doesn't do any layout at all.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>1 parent 0318551 commit bce18b3
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments