- commit
- 3ebb877
- parent
- 821719b
- author
- Eric Bower
- date
- 2023-04-17 18:27:26 +0000 UTC
fix: set to 100% height
1 files changed,
+1,
-1
+1,
-1
1@@ -197,7 +197,7 @@ img {
2
3 .search_container {
4 display: grid;
5- height: calc(100vh - 65px);
6+ height: calc(100% - 65px);
7 grid-template-columns: minmax(250px, 400px) minmax(350px, 600px) 300px;
8 grid-template-rows: 50px 1fr;
9 column-gap: 10px;