Skip to content

Commit 80b91f1

Browse files
committed
Fix clickable area of layers in layer control
1 parent 4ac3de7 commit 80b91f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mapml.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,8 @@ button.mapml-button:disabled,
713713
label.mapml-layer-item-toggle {
714714
display: inline-flex;
715715
align-items: center;
716+
width: 100%; /* have the clickable area take up all available width */
717+
min-height: 44px;
716718
}
717719

718720
.mapml-layer-item-name {

0 commit comments

Comments
 (0)