horizontal scroll
This commit is contained in:
parent
b0bcab725c
commit
662c858b32
@ -413,7 +413,7 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#classesMode {
|
#classesMode {
|
||||||
height: 94vh;
|
height: 96vh;
|
||||||
|
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
@ -427,7 +427,7 @@ input {
|
|||||||
|
|
||||||
.classWrapper {
|
.classWrapper {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 100%;
|
height: 95%;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@ -66,6 +66,8 @@ Template.classesMode.rendered = function() {
|
|||||||
touchScrollStep: 90
|
touchScrollStep: 90
|
||||||
});
|
});
|
||||||
$(".mainClass .slimScrollBar").css("display", "none");
|
$(".mainClass .slimScrollBar").css("display", "none");
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Global Helpers
|
// Global Helpers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user