Fix unclickable icons in burger menus
This commit is contained in:
parent
fd0edd67a6
commit
313a6c9840
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue