mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Fix pointer-events
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
9312becee5
commit
81698a2714
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue