[Tips] Left-handed close button #721
Write
started this conversation in
Share your custom styles, templates and dashboards
Replies: 1 comment 1 reply
-
Hi, you can try this instead. .bubble-header-container {
flex-direction: row-reverse;
}
.bubble-header {
margin: 0 0 0 14px !important;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To set the close button of a popup on the left-side if you're left-handed (like-me) you can use this snippet :
Example
Result
Beta Was this translation helpful? Give feedback.
All reactions