[Mobile] Scroll Bug

Removed scrollbar that appears in landscape
mode in tree menu.
This commit is contained in:
Shivam Dave
2015-07-22 15:21:34 -07:00
parent 7aba3b6672
commit 1f7ba70ad7
2 changed files with 11 additions and 0 deletions

View File

@@ -161,3 +161,9 @@
display: none;
}
}
.tree-holder {
@include phoneandtablet {
overflow-x: hidden !important;
}
}