[Mobile] Scroll Bug
Removed scrollbar that appears in landscape mode in tree menu.
This commit is contained in:
@@ -161,3 +161,9 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tree-holder {
|
||||
@include phoneandtablet {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user