You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in some cases i'd like to hide a sample using display: none. My issue is that when i show it, it doesn't look the way it should. Example:
The sample is there because when i don't use display: none it renders correctly:
Here is a sample project that i created to show the issue. I'm using chrome version 83.0.4103.116 (Official Build) (64-bit) and my operating system is Mac Os Catalina version 10.15.5. samples.zip
The text was updated successfully, but these errors were encountered:
So basically the only difference that i can see is initialisation time.
Then i've tried yet another test: i went back to my original sample and remove the styles. Then opened the page and added the same styles manually. As it turns out, it work.
Imho the issue is related to the initial styles that the playground is initialised with.
Hi,
in some cases i'd like to hide a sample using
display: none
. My issue is that when i show it, it doesn't look the way it should. Example:The sample is there because when i don't use
display: none
it renders correctly:Here is a sample project that i created to show the issue. I'm using chrome version 83.0.4103.116 (Official Build) (64-bit) and my operating system is Mac Os Catalina version 10.15.5.
samples.zip
The text was updated successfully, but these errors were encountered: