diff -u b/core/modules/tour/css/tour.module.css b/core/modules/tour/css/tour.module.css --- b/core/modules/tour/css/tour.module.css +++ b/core/modules/tour/css/tour.module.css @@ -51,10 +51,6 @@ display: none; } -.joyRideTipContent { - display: none; -} - /* Default styles for the container */ .joyride-tip-guide { position: absolute; @@ -167,4 +163,4 @@ z-index: 10000; - top: 0px; - left: 0px; + top: 0; + left: 0; }