Closed gemblev closed 1 year ago
Hi M. Raruto,
The bootstrap framework works now with the elevation plugin since I added the following style:
.elevation-control .tooltip {
opacity: 1;
}
.elevation-control .mouse-focus-line[x1="0"],
.elevation-control .mouse-focus-line[x1="0"] ~ * {
display: none;
}
See: https://github.com/Raruto/leaflet-elevation/issues/175#issuecomment-1032985515.
Thank you
Merci Gemblev, j'ai pu dépanner nom site grâce à toi :-)
Thanks Raruto for your works on leaflet-ui, Elevation....
Subject of the issue
KO: when I include the bootstrap framework with
<link rel="stylesheet" href="../Bootstrap/v3.3.7/css/bootstrap.min.css">
the cursor on the elevation graphic does not work 👉 https://www.tyrando.fr/Elevation/test_not_ok.phpOK: when I not include the bootstrap framework with
<link rel="stylesheet" href="../Bootstrap/v3.3.7/css/bootstrap.min.css">
the cursor on the elevation graphic is ok 👉 https://www.tyrando.fr/Elevation/test_ok.phpYour environment
Steps to reproduce
Thank you