mirror of
https://github.com/romancm/gamebrary
synced 2024-11-12 22:47:14 +00:00
fix main height when using vertical dock
This commit is contained in:
parent
47823ce4ba
commit
1a22a402bc
1 changed files with 5 additions and 0 deletions
|
@ -138,6 +138,11 @@ export default {
|
|||
height: 100vh;
|
||||
display: grid;
|
||||
grid-template-columns: 66px auto;
|
||||
height: 100vh;
|
||||
|
||||
main {
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
.dock-right {
|
||||
|
|
Loading…
Reference in a new issue