Add body 100% width for the preview, refactor the modalActivated watcher, use body scroll lock for the setting tab content

This commit is contained in:
eugenijm 2020-07-23 09:06:50 +03:00
parent dac075c61a
commit 61dd1a3b49
4 changed files with 11 additions and 9 deletions

View file

@ -14,6 +14,10 @@
* - 50px - leaving tiny amount of space so that titlebar + tiny amount of modal is visible
*/
transform: translateY(calc(((100vh - 100%) / 2 + 100%) - 50px));
@media all and (max-width: 800px) {
transform: translateY(calc(((100vh - 100%) / 2 + 100%) - 100px));
}
}
}