feat: no scroll (#35173)

PoC for #35102
This commit is contained in:
Ahmad Abdolsaheb
2019-02-14 17:16:00 +03:00
committed by mrugesh mohapatra
parent bed432b93b
commit f5a0e18520

View File

@ -39,7 +39,7 @@
.content,
.sideNav {
/* 100vh - (navbar height) - (spacer height) */
height: calc(100vh - var(--header-height) - 30px);
height: 100%;
overflow-y: auto;
}