Popup placement #596
tgb1964
started this conversation in
Feature requests
Replies: 1 comment 7 replies
-
Hi, you can add this custom style to change its position, just tweak the styles: |
@media only screen and (min-width: 600px) {
.bubble-pop-up {
left: 100px !important;
}
} |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using bubble card for popups on a tablet that is divided into 3 columns. I'd like to be able to have it so the popups cover one of the three columns. As it is, it will only popup into the center. I've tried putting the popup card into a layout card but it didn't work. This would be a nice feature to have (unless it is already a feature and I didn't find it).
Beta Was this translation helpful? Give feedback.
All reactions