Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

fix close button being half off screen #2639

Merged
merged 1 commit into from
Feb 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion res/css/views/elements/_ImageView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down