mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
fix close button being half off screen
This commit is contained in:
parent
9e260ad96b
commit
89792459ff
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ limitations under the License.
|
|||
|
||||
.mx_ImageView_cancel {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
// hack for mx_Dialog having a top padding of 40px
|
||||
top: 40px;
|
||||
right: 0px;
|
||||
padding: 35px;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue