summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/custom.css16
-rw-r--r--yaksh/static/yaksh/js/lesson.js1
2 files changed, 17 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css
index b737090..a3d5c79 100644
--- a/yaksh/static/yaksh/css/custom.css
+++ b/yaksh/static/yaksh/css/custom.css
@@ -145,3 +145,19 @@ body, .dropdown-menu {
.CodeMirror-fullscreen .CodeMirror-scroll {
max-height: none !important;
}
+
+::-webkit-scrollbar {
+ width: 10px;
+}
+
+::-webkit-scrollbar {
+ // Width of vertical scroll bar
+ width: 8px;
+ // Height of horizontal scroll bar
+ height: 10px;
+
+}
+::-webkit-scrollbar-thumb {
+border-radius: 8px;
+background: #c2c9d2;
+} \ No newline at end of file
diff --git a/yaksh/static/yaksh/js/lesson.js b/yaksh/static/yaksh/js/lesson.js
index 92038c9..0558bd0 100644
--- a/yaksh/static/yaksh/js/lesson.js
+++ b/yaksh/static/yaksh/js/lesson.js
@@ -1,6 +1,7 @@
$(document).ready(function() {
var simplemde = new SimpleMDE({
element: document.getElementById("id_description"),
+ forceSync: true,
});
const player = new Plyr('#player');
var timer = $("#vtimer");