Commit 5f7d683c authored by Joel Collins's avatar Joel Collins
Browse files

Force tour opacity override

parent 5aa92efe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ html {
  box-shadow: 0px 40px 160px 20px rgba(0, 0, 0, 0.5),
    0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important;
  border-radius: 5px;
  opacity: 100%;
  opacity: 100% !important;
  pointer-events: none !important;
}