fix: pass the scroll event through the btns background

https://stackoverflow.com/questions/1009753/
This commit is contained in:
Xmader 2021-01-07 02:45:58 -05:00
parent 8250d80d4b
commit 1faaf660c4
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ div {
z-index: 9999;
background: #f6f6f6;
min-width: 230px;
/* pass the scroll event through the btns background */
pointer-events: none;
}
@media screen and (max-width: 950px) {
@ -26,6 +29,7 @@ button {
background: #1f74bd;
cursor: pointer;
pointer-events: auto;
margin-bottom: 4px;
margin-right: 4px;