From 14d29798d8777f979bbf52f18fae16d9c7da1e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 27 Jun 2020 02:27:03 +0200 Subject: [PATCH] Removed Plotly's floating toolbar --- index.html | 4 ++++ web/template.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/index.html b/index.html index 24775a9..5342577 100644 --- a/index.html +++ b/index.html @@ -209,6 +209,10 @@ pre.prettyprint { page-break-inside: avoid; } } + +.modebar{ + display: none !important; +} diff --git a/web/template.html b/web/template.html index 58cd2c2..ee4e660 100644 --- a/web/template.html +++ b/web/template.html @@ -209,6 +209,10 @@ pre.prettyprint { page-break-inside: avoid; } } + +.modebar{ + display: none !important; +}