Merge pull request #3536 from devansh-webkul/layered-navigation-layout-isssue

Layout issue on category page for filterable attributes fixed #3485
This commit is contained in:
Jitendra Singh 2020-07-21 19:52:48 +05:30 committed by GitHub
commit 897994c0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=e7cb83bdbcabf25995cc",
"/js/velocity.js": "/js/velocity.js?id=4a39566e232d46c78c1e",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=612d35e452446366eef7",
"/css/velocity.css": "/css/velocity.css?id=a6ba44ccf2158be5a1d9"
"/css/velocity.css": "/css/velocity.css?id=49c1e646d73ed339dbc3"
}

View File

@ -776,7 +776,7 @@ a {
}
.scrollable {
max-height: 100vh;
max-height: 100%;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;