From 1473227a75101f5b76d6b522da5737df2f5eb058 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 28 Jun 2019 21:44:43 +0530 Subject: added basic interface for development --- static/website/css/fullscreen.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/website/css/fullscreen.css (limited to 'static/website/css/fullscreen.css') diff --git a/static/website/css/fullscreen.css b/static/website/css/fullscreen.css new file mode 100644 index 0000000..2cb47e7 --- /dev/null +++ b/static/website/css/fullscreen.css @@ -0,0 +1,7 @@ +.CodeMirror-fullscreen { + position: fixed; + top: 0; left: 0; right: 0; bottom: 0; + height: auto; + z-index: 9; +} + -- cgit