You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-13 04:02:20 +03:00
Fix pointer-events
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user