PMCORE-2659:The last menu option can not be seen propperly when the side menu is complete displayed

correction
This commit is contained in:
fabio
2021-01-06 08:10:04 -04:00
parent 4e46b568cf
commit 775f167edb

View File

@@ -276,7 +276,13 @@
} }
.v-sidebar-menu { .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 { .v-sidebar-menu .vsm--link {