Closed adelinyshka closed 3 years ago
hello, @adelinyshka!
Of course you can use templateLayoutFactory
like in your provided example, but i suppose it will quite complicated, cause you will need to control balloon logic and its styling by yourself. If you just need rounded corners you can use some hacky solution that should help:
[class*="-balloon"] {
border-radius: 6px;
}
[class*="-balloon"] { border-radius: 6px; }
Yeap! Thats works! U r amazing! Thx a lot for promt reply! :heart:
Hi :relaxed: I check documentation for Yandex Maps API, so there is possible to style Balloon, is it possible also in react-yandex-maps?
I just need rounded corners of Balloon
Thank you)