feat(aio): high res screen spacing
This commit is contained in:
parent
c0b1bbea3e
commit
8479e9e6d7
|
@ -1,3 +1,7 @@
|
|||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
content: "";
|
||||
display: table;
|
||||
|
|
|
@ -11,7 +11,9 @@ aio-nav-menu.top-menu .vertical-menu-item {
|
|||
}
|
||||
|
||||
md-sidenav-container.sidenav-container {
|
||||
height: auto;
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
margin: 0 auto;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue