mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
recent_conversation: Fix incorrect min-height dimension.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* window. This makes the border span
|
||||
* fully to bottom in that case.
|
||||
*/
|
||||
min-height: 100vw;
|
||||
min-height: 100vh;
|
||||
|
||||
& td {
|
||||
vertical-align: middle;
|
||||
|
Reference in New Issue
Block a user