Fix pointer-events
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
9312becee5
commit
81698a2714
|
@ -58,9 +58,7 @@ limitations under the License.
|
||||||
.mx_ImageView_panel {
|
.mx_ImageView_panel {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
z-index: 1000;
|
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
pointer-events: all;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -76,6 +74,7 @@ limitations under the License.
|
||||||
.mx_ImageView_toolbar_buttons {
|
.mx_ImageView_toolbar_buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ImageView_info_wrapper {
|
.mx_ImageView_info_wrapper {
|
||||||
|
@ -91,6 +90,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_ImageView_info {
|
.mx_ImageView_info {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ImageView_button {
|
.mx_ImageView_button {
|
||||||
|
|
Loading…
Reference in New Issue