left menu scroll problem fixed
This commit is contained in:
13
public/css/custom.css
vendored
13
public/css/custom.css
vendored
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user