left menu scroll problem fixed

This commit is contained in:
batuhanbas
2020-01-02 16:32:56 +03:00
parent ca5f621dee
commit a3101aaf63
2 changed files with 14 additions and 1 deletions

13
public/css/custom.css vendored
View File

@ -146,6 +146,19 @@ button:focus
overflow: hidden;
}
/*--------Left Menu--------*/
.overflow-y-hidden
{
overflow-y: hidden !important;
}
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
{
overflow: hidden !important;
}
/*--------Left Menu Finish--------*/
/*--------Action Column--------*/
.action-column
{