Merged in bugfix/PMCORE-2659 (pull request #7702)

PMCORE-2659

Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
Fabio Guachalla
2021-01-07 13:43:51 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -276,7 +276,13 @@
}
.v-sidebar-menu {
background-color: #0099dd
background-color: #0099dd;
}
.v-sidebar-menu .vsm--scroll-wrapper {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.v-sidebar-menu .vsm--link {