From 009417bb57120abe52290fc0f794de17f43ee960 Mon Sep 17 00:00:00 2001 From: sundasnoreen12 <72802712+sundasnoreen12@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:04:21 -0700 Subject: [PATCH] fix: fixed feedback widget position issue (#499) Co-authored-by: sundasnoreen12 --- src/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.scss b/src/index.scss index d0abb906..8f7cd1f6 100755 --- a/src/index.scss +++ b/src/index.scss @@ -518,3 +518,7 @@ header { font-size: 18px; line-height: 28px; } + +.usabilla_live_button_container{ + right: 0px !important; +}