fix: lang select dropdown wasn't work on android

This commit is contained in:
3252a8
2026-05-02 13:20:42 +03:00
parent e1223f8c57
commit 50857d5283
2 changed files with 20 additions and 2 deletions
+6
View File
@@ -737,12 +737,18 @@ a {
}
.language-select-guard {
appearance: none;
-webkit-tap-highlight-color: transparent;
position: fixed;
inset: 0;
z-index: 100;
border: 0;
background: transparent;
box-shadow: none;
outline: none;
padding: 0;
pointer-events: auto;
touch-action: manipulation;
}
.copy-row,