Skip to content

Commit

Permalink
Fix: Ruler Overflow and Layout Issues
Browse files Browse the repository at this point in the history
- Change overflow from hidden to overflow-x: clip to ensure horizontal ruler visibility.
- Prevent vertical ruler overflow beyond parent container when zoomed in.
- Resolve misalignment when the tab container has custom or transparent background.

Signed-off-by: Darshan-upadhyay1110 <[email protected]>
Change-Id: I43e52f248ba4d4a9fc86d9ba347de776a0894334
  • Loading branch information
Darshan-upadhyay1110 committed Jan 16, 2025
1 parent 25da81a commit 9096d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/css/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ input.clipboard {
width: 100vw;
margin: 0px !important;
position: fixed;
overflow: hidden;
overflow-x: clip;
}

.cool-ruler-breakcontainer {
Expand Down

0 comments on commit 9096d51

Please sign in to comment.