fix full screen vertical and radar

This commit is contained in:
Matt Walsh
2023-08-14 21:31:58 -05:00
parent 2c31484e99
commit 2c9e15bed0
5 changed files with 5 additions and 5 deletions

View File

@@ -115,7 +115,7 @@
<div id="radar-html" class="weather-display">
<%- include('partials/radar.ejs') %>
</div>
<div id="hazards-html" class="weather-display show">
<div id="hazards-html" class="weather-display">
<%- include('partials/hazards.ejs') %>
</div>
</div>