Merge branch 'master' into dependabot/npm_and_yarn/frontend/node-forge-and-vue/cli-plugin-babel-and-vue/cli-plugin-eslint-and-vue/cli-service-1.3.1

This commit is contained in:
Oleg Lobanov 2022-10-22 15:31:08 +02:00 committed by GitHub
commit 306ab756e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@
nav {
width: 10em
}
/* Mobile Only fix div hidden by bottom navigation bar of mobile browser when using height: 100vh */
#previewer .preview {
height: calc(100% - 4em) !important;
}
}
@media (max-width: 1024px) {