FIX #14376: Pagination control get blocked by notification popup (#14377)

This commit is contained in:
Chirag Madlani 2023-12-13 21:29:38 +05:30 committed by GitHub
parent 4f65287dae
commit c49b5f4065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,8 +84,10 @@
position: sticky;
&.visible {
opacity: 1;
pointer-events: all;
}
pointer-events: none;
border-radius: 10px;
background: #292929;
height: 64px;