horizontal scroll
This commit is contained in:
parent
b0bcab725c
commit
662c858b32
@ -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;
|
||||
|
||||
@ -66,6 +66,8 @@ Template.classesMode.rendered = function() {
|
||||
touchScrollStep: 90
|
||||
});
|
||||
$(".mainClass .slimScrollBar").css("display", "none");
|
||||
|
||||
|
||||
};
|
||||
|
||||
// Global Helpers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user