Fix pointer-events

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-24 19:31:19 +01:00
parent 9312becee5
commit 81698a2714
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -58,9 +58,7 @@ limitations under the License.
.mx_ImageView_panel {
width: 100%;
height: 68px;
z-index: 1000;
align-self: flex-start;
pointer-events: all;
display: flex;
justify-content: space-between;
align-items: center;
@ -76,6 +74,7 @@ limitations under the License.
.mx_ImageView_toolbar_buttons {
display: flex;
align-items: center;
pointer-events: all;
}
.mx_ImageView_info_wrapper {
@ -91,6 +90,7 @@ limitations under the License.
.mx_ImageView_info {
padding-left: 12px;
pointer-events: all;
}
.mx_ImageView_button {