mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +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;
|
height: 100vh;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 66px auto;
|
grid-template-columns: 66px auto;
|
||||||
|
height: 100vh;
|
||||||
|
|
||||||
|
main {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dock-right {
|
.dock-right {
|
||||||
|
|
Loading…
Reference in a new issue