We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kobo aura 4.20.14622 + kepub extension
html, body { width: 100vw; height: 100vh; overflow: hidden; background-color: black; } main { position: absolute; background-color: white; color: black; width: calc(100vw - 2rem); height: calc(100vh - 2rem); margin: 1rem; }
if i use width: calc(100% - 2rem);, it works!
width: calc(100% - 2rem);
The text was updated successfully, but these errors were encountered:
if i use height: 50vh;. It does not works better;
height: 50vh;
Sorry, something went wrong.
I thought I was going crazy!
No branches or pull requests
kobo aura 4.20.14622 + kepub extension
if i use
width: calc(100% - 2rem);
, it works!The text was updated successfully, but these errors were encountered: