Jarek Toro
Jarek Toro
What browser are you using?
With the current information, it is hard to diagnose the issue. None of your code shown uses the Visibility features of a ResponsiveColumn. Do you call `isVisibleForDisplaySize(ResponsiveLayout.DisplaySize displaySize)` or `setVisibility(ResponsiveLayout.DisplaySize...
It is needed for some undocumented circumstances. If you want it hidden on Xs but visible of large you need the visible css
However the issue is probably that the default visible changes the display property. Standard bootstrap has multiple visible classes for various display properties. Which is not currently implemented properly.
That's actually what I originally wanted it already written in scss for this reason, but couldn't find much documentation on how to implement it. What is the syntax of the...
How are you using the &?
Thank you for the hard work btw.
Yes I remember that vaadin a compiler had an issue with this. There is a ticket about it somewhere let me try and find it
https://vaadin.com/forum#!/thread/11403911
Awesome! :| well ill have to find someway of replacing them