diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index 7e64beab..99ea8e35 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1996,8 +1996,14 @@ ion-app[dir="rtl"] { } .toolTip-inside { - position: absolute; - left: 48%; - top: 10%; - z-index: 999; + position: relative; + left: 0; + right: 0; + height: 10px; + width: 10px; + display: inline-block; + margin: 0px 5px 5px 10px; } +.toolTip-inside ion-icon{ + position: absolute; +} \ No newline at end of file