mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-01 13:26:25 -06:00
Update netbox.scss - fix sidebar dual scroll contexts
This commit is contained in:
parent
cb804eb3e1
commit
0bb6c89268
@ -535,8 +535,7 @@ div.content-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accordion-body {
|
.accordion-body {
|
||||||
max-height: calc(100vh - 24rem);
|
overflow-y: visible;
|
||||||
overflow-y: auto;
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
.nav-link {
|
.nav-link {
|
||||||
padding: 0.25rem 0.6rem;
|
padding: 0.25rem 0.6rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user