From 36d7e954797a38097314137d7f9da4e87db4595c Mon Sep 17 00:00:00 2001 From: Sultan khan <> Date: Mon, 31 Oct 2022 16:54:45 +0300 Subject: [PATCH] no message --- Mohem/src/theme/styles.scss | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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