minor ui change on tour dialog

This commit is contained in:
Sofia Papacharalampous 2024-04-15 11:36:50 +03:00
parent 0b62822f64
commit 19ed0bfabb
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ ngx-guided-tour {
&.tour-top-right { &.tour-top-right {
.tour-arrow::before { .tour-arrow::before {
transform: translateX(-100%); transform: translateX(-100%);
left: calc(100% - 5px); left: calc(100% - 15px);
} }
} }