fix(modal): enable smooth desktop vertical scrolling on camera detail modal (v19)
This commit is contained in:
+6
-6
@@ -54,7 +54,7 @@
|
||||
<meta name="apple-mobile-web-app-title" content="FlockRadar">
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
<link rel="stylesheet" href="css/styles.css?v=18">
|
||||
<link rel="stylesheet" href="css/styles.css?v=19">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1299,11 +1299,11 @@
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
|
||||
|
||||
<!-- Data & Application Logic with Cache Busting -->
|
||||
<script src="data/portals.js?v=18"></script>
|
||||
<script src="js/icons.js?v=18"></script>
|
||||
<script src="js/auth.js?v=18"></script>
|
||||
<script src="js/radar.js?v=18"></script>
|
||||
<script src="js/app.js?v=18"></script>
|
||||
<script src="data/portals.js?v=19"></script>
|
||||
<script src="js/icons.js?v=19"></script>
|
||||
<script src="js/auth.js?v=19"></script>
|
||||
<script src="js/radar.js?v=19"></script>
|
||||
<script src="js/app.js?v=19"></script>
|
||||
|
||||
<!-- Service Worker Instant Cache Invalidation -->
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user