mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Set main content layout explicit height
This commit is contained in:
@@ -31,7 +31,7 @@ const Layout = styled.div`
|
||||
grid-template-areas:
|
||||
'main'
|
||||
'player';
|
||||
grid-template-rows: 1fr 85px;
|
||||
grid-template-rows: calc(100vh - 85px) 85px;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 0;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user