Add CSS to hide Netlify Drawer popup

This commit is contained in:
Daniel LaForce 2024-08-02 15:09:07 -06:00
parent 51e17a2dee
commit 07a93765c6
1 changed files with 5 additions and 3 deletions

View File

@ -42,6 +42,11 @@
font-size: 16px; font-size: 16px;
cursor: pointer; cursor: pointer;
} }
/* CSS to hide Netlify Drawer */
iframe[src^='https://app.netlify.com'] {
display: none;
}
</style> </style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CC1B9CQ691"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CC1B9CQ691"></script>
@ -64,8 +69,5 @@
<button onclick="window.location.href='https://rebrand.ly/csmsgoogle'">View on Google Maps</button> <button onclick="window.location.href='https://rebrand.ly/csmsgoogle'">View on Google Maps</button>
<button onclick="window.location.href='https://rebrand.ly/csmsgaia'">View on Gaia GPS</button> <button onclick="window.location.href='https://rebrand.ly/csmsgaia'">View on Gaia GPS</button>
</div> </div>
<div data-netlify-deploy-id="66ad3357ef8ab60008fe7cdb" data-netlify-site-id="d4c63ad8-dc16-4a45-a20f-aa2b8ba2eb40" data-vcs="github" style="position:fixed">
<script async src="/.netlify/scripts/cdp"></script>
</div>
</body> </body>
</html> </html>