Scroll for viewlets (#52)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-08-23 12:16:35 +03:00 committed by GitHub
parent b7ed89877d
commit 0f893d41bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,6 @@ let selected = 0
.container {
display: flex;
flex-direction: column;
margin: 0 2.5rem 2.5rem;
height: 100%;
height: calc(100% - 9.5rem);
}
</style>