mirror of https://github.com/vector-im/riot-web
fix close button being half off screen
parent
9e260ad96b
commit
89792459ff
|
@ -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 New Issue