Merged in fix/SW-1743-navigation-fixes (pull request #1487)
fix(SW-1743): prevent scrolling * fix(SW-1743): prevent scrolling Approved-by: Erik Tiekstra Approved-by: Matilda Landström
This commit is contained in:
@@ -78,6 +78,17 @@
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
body:has(.footer .dropdown.isExpanded) {
|
||||
overflow: hidden !important;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.footer .dropdown.isExpanded {
|
||||
z-index: var(--language-switcher-z-index);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.languageSwitcher {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user