Hides navigation controls on AllTrails embedded image for better screenshots
AllTrails Embedded - Hide Controls by davfive
Details
Authordavfive
LicenseNo License
Categoryalltrails
Created
Updated
Size240 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name AllTrails Embedded - Hide Controls
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
.zoom-group, .control-group, .mapboxgl-control-container
{
display: none !important;
}