From 99829b82a1a51f39c9a79da3da20861d34566a17 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 28 Oct 2018 11:18:42 -0600 Subject: added an override for weird max height setting in django admin responsive css --- app/utils/static/image-loader.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/utils/static') diff --git a/app/utils/static/image-loader.js b/app/utils/static/image-loader.js index 87be0c8..3333409 100644 --- a/app/utils/static/image-loader.js +++ b/app/utils/static/image-loader.js @@ -41,4 +41,5 @@ function add_images(){ } document.addEventListener("DOMContentLoaded", function(event) { add_images(); + document.getElementById("id_markdown").style.maxHeight = "300rem" }); -- cgit v1.2.3-70-g09d2