Revert "Change to inset"
Safari doesn't support `inset`.
This reverts commit b3706b682e
.
pull/21833/head
parent
0db9d71071
commit
8af81ea90f
|
@ -25,7 +25,10 @@ limitations under the License.
|
||||||
.mx_InviteReason_view {
|
.mx_InviteReason_view {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue