mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
overflow y on control-sidebar sections
This commit is contained in:
@@ -159,6 +159,7 @@ body.skin-blue {
|
||||
li a {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
li.active a {
|
||||
@@ -166,6 +167,13 @@ body.skin-blue {
|
||||
}
|
||||
}
|
||||
|
||||
.control-sidebar-section {
|
||||
max-height: 350px;
|
||||
overflow-y: auto;
|
||||
padding-right: 15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
.control-sidebar-open {
|
||||
@media (min-width: @screen-sm) {
|
||||
.main-footer {
|
||||
|
||||
Reference in New Issue
Block a user