summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-01-20 01:08:21 +0100
committeremkael <emkael@tlen.pl>2021-01-20 01:08:21 +0100
commitac61d5d0cd4bb1dc6cc59af64495d99895e1db04 (patch)
tree462d22960fb6fae0a362fd8dc7503bb265fb2dfb
parentf52554a4146bc60c2f797c16b8667de4bad6f8d5 (diff)
Prevent jump to top on tab change
-rw-r--r--result/krafcik.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/result/krafcik.css b/result/krafcik.css
index 53de009..b994830 100644
--- a/result/krafcik.css
+++ b/result/krafcik.css
@@ -33,6 +33,10 @@ html, body {
width: 50px;
}
+.tab-pane[role="tabpanel"] {
+ min-height: 500px;
+}
+
#chart-tooltip {
position: absolute;
background: rgba(255, 255, 200, 0.75);