updated position for min max label as relative

#49
by TheFrogGod - opened
Files changed (1) hide show
  1. web/style.css +1 -0
web/style.css CHANGED
@@ -540,6 +540,7 @@ font-size: 0.9rem;
540
  transform: translateX(-50%);
541
  }
542
  .min-max-labels {
 
543
  display: flex;
544
  justify-content: space-between;
545
  margin-top: 4px;
 
540
  transform: translateX(-50%);
541
  }
542
  .min-max-labels {
543
+ position: relative;
544
  display: flex;
545
  justify-content: space-between;
546
  margin-top: 4px;