git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
74cbf49
Branches
Tags
demo
faubourg-carte.git
css
style.css
50/50 screen for popup information window
davvalent
commited
74cbf49
at 2023-02-10 22:07:18
style.css
Blame
History
Raw
html, body { height: 100%; } body { margin: 0; } #map { height: 100%; } .controles { font-weight: 900; font-size: 1.5rem; } .leaflet-control-layers-selector { top: -1px; vertical-align: text-bottom; } .popup-fixed { position: fixed; top: 0 !important; right: auto !important; bottom: auto !important; left: 0 !important; transform: none !important; margin: 0; height: 100%; width: 50%; min-width: 350px; } .popup-fixed .leaflet-popup-content-wrapper { border-radius: 0; height: inherit; } .popup-fixed .leaflet-popup-tip-container { display: none; }