You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
fix close button being half off screen
This commit is contained in:
@@ -77,7 +77,8 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_ImageView_cancel {
|
.mx_ImageView_cancel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
// hack for mx_Dialog having a top padding of 40px
|
||||||
|
top: 40px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
padding: 35px;
|
padding: 35px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Reference in New Issue
Block a user