Skip to content

Commit

Permalink
Combine two CSS blocks (micro optimization)
Browse files Browse the repository at this point in the history
  • Loading branch information
utilmind authored and brunob committed Mar 6, 2025
1 parent 6b4149e commit 1aba86b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Control.FullScreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@

/* Safari still needs this vendor-prefix: https://caniuse.com/mdn-css_selectors_fullscreen */
/* stylelint-disable-next-line selector-no-vendor-prefix */
.leaflet-container:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
z-index: 99999;
}

.leaflet-container:-webkit-full-screen,
.leaflet-container:fullscreen {
width: 100% !important;
height: 100% !important;
Expand Down

0 comments on commit 1aba86b

Please sign in to comment.