Skip to content
Snippets Groups Projects
Commit 1103f740 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Revert "app-shell: prevent the page from shifting when scrollbars get added"

This reverts commit bcfc8d65.

This seems to only work on the body
parent bcfc8d65
No related branches found
No related tags found
No related merge requests found
Pipeline #14633 passed
......@@ -441,13 +441,6 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
min-height: 100vh;
}
/* Prevent the page shifting when vertical scrollbars get added */
@media (min-width: 680px) {
#main {
padding-left: calc(100vw - 100%);
}
}
#main-logo {
padding: 0 50px 0 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment