Mercurial Hosting > chat
comparison src/chat.css @ 37:cfd1f92c264f
dont use vh
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 12 Nov 2024 20:01:48 -0700 |
parents | 4e82d8f4dfc2 |
children | 818697418dbe |
comparison
equal
deleted
inserted
replaced
36:4e82d8f4dfc2 | 37:cfd1f92c264f |
---|---|
1 body { | |
2 position: fixed; | |
3 top: 0; | |
4 bottom: 0; | |
5 left: 0; | |
6 right: 0; | |
7 } | |
8 | |
1 div[content] { | 9 div[content] { |
2 margin-bottom: 0; | 10 margin-bottom: 0; |
3 display: flex; | 11 display: flex; |
4 height: calc(100vh - 32px); | 12 height: calc(100% - 32px); |
5 } | 13 } |
6 | 14 |
7 div[chats] { | 15 div[chats] { |
8 overflow-y: auto; | 16 overflow-y: auto; |
9 } | 17 } |