horizontal scroll

This commit is contained in:
Kenneth Jao 2017-03-01 12:14:46 -05:00
parent b0bcab725c
commit 662c858b32
2 changed files with 4 additions and 2 deletions

View File

@ -413,7 +413,7 @@ input {
}
#classesMode {
height: 94vh;
height: 96vh;
overflow-x: auto;
overflow-y: hidden;
@ -427,7 +427,7 @@ input {
.classWrapper {
width: 300px;
height: 100%;
height: 95%;
margin: 10px;
margin-top: 20px;
display: inline-block;

View File

@ -66,6 +66,8 @@ Template.classesMode.rendered = function() {
touchScrollStep: 90
});
$(".mainClass .slimScrollBar").css("display", "none");
};
// Global Helpers