Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
html{min-height:500px;}
#anywhere-upload-paste {
height: 0;
opacity: 0;
font-size: 0;
}
Is just that there is a min-height in the html tag. When you see it in an small screen you will notice that scroll bar because the height of the document is < 500px
The other 20px gap is weird, I use this:
Code:#anywhere-upload-paste { height: 0; opacity: 0; font-size: 0; }
And I don't have the gap, mostly when you skip the updated style.css the default browser style for content editable generates that 20px gap.
It could be cache or some custom editing. I tested both local and demo and I didn't experienced this problem.
Most likely is an aggressive cache like CloudFlare or even a browser extension.