diff --git a/app/assets/stylesheets/_wizard.scss b/app/assets/stylesheets/_wizard.scss index 2db4c5cd0..27121b284 100644 --- a/app/assets/stylesheets/_wizard.scss +++ b/app/assets/stylesheets/_wizard.scss @@ -219,8 +219,9 @@ .info::after { content: attr(data-tooltip); /* Pulls the text from the data-tooltip attribute */ visibility: hidden; - position: relative; - bottom: 125%; /* Positions the tooltip above the div */ + position: absolute; + left: 750%; /* Positions the tooltip to the right div */ + bottom: -100%; /* Positions the tooltip above the div */ transform: translateX(-50%); /* Styling for the tooltip box */