I was testing inset preview option to see if fits me better, but I noticed an odd behavior when I resize the viewport. A white bar shows up between the viewport and the ruler:
I inspected it and found an easy fix to this problem with CSS:
.tco-preview-iframe {
box-shadow: none;
}
.tco-preview-iframe-container {
background-color: transparent;
}
Are you able to fix this on your side? I’ve been struggling to find a solution that will apply this fix “globally” in all sites that I’ve made (and future ones). Maybe you can give me directions to do this while it isn’t fixed? I’m not used to work with hooks or child themes, which is where I think the solution path will lead to.
I usually make a template to use as a starting path for all of the sites that I build, so if there’s a solution that I can apply in my template to use in my future websites that would be good.