Skip to content

Commit 4c76aef

Browse files
MDL-86752 mod_assign: hide resizer on mobile devices
1 parent ffe71d0 commit 4c76aef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

public/mod/assign/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,12 @@
595595
z-index: 1000;
596596
}
597597

598+
@media (max-width: 767px) {
599+
.path-mod-assign [data-region="resizer"] {
600+
display: none;
601+
}
602+
}
603+
598604
.path-mod-assign [data-region="resizer"]:hover {
599605
background-color: #666;
600606
}

0 commit comments

Comments
 (0)