Update netbox.scss - fix sidebar dual scroll contexts

This commit is contained in:
Nico Domino 2021-07-23 17:42:55 +02:00 committed by GitHub
parent cb804eb3e1
commit 0bb6c89268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,8 +535,7 @@ div.content-container {
}
.accordion-body {
max-height: calc(100vh - 24rem);
overflow-y: auto;
overflow-y: visible;
.nav-item {
.nav-link {
padding: 0.25rem 0.6rem;