Fix unclickable icons in burger menus

This commit is contained in:
Cohee 2023-11-27 02:32:41 +02:00
parent fd0edd67a6
commit 313a6c9840
1 changed files with 2 additions and 1 deletions

View File

@ -688,6 +688,7 @@ hr {
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.options-content hr {
@ -3771,4 +3772,4 @@ a {
height: 100vh;
z-index: 9999;
}
}
}