upping the z-index of the plots in the lobby graph to be greater than the z-index of the button that toggles table/graph

pull/5335/head
T. Alexander Lystad 2019-07-23 01:32:55 +02:00
parent 577ad64e22
commit 2857964db0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
.plot {
position: absolute;
cursor: pointer;
z-index: 1;
z-index: 3;
font-size: 1.6em;
opacity: .7;
@include transition();