grg commited on
Commit
7d902d9
1 Parent(s): 5c952e8

fix for safari

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -0
templates/index.html CHANGED
@@ -10,6 +10,11 @@
10
  <link rel="stylesheet" href="https://cdn.datatables.net/1.11.5/css/dataTables.bootstrap5.min.css">
11
  <!-- Custom CSS for additional styling -->
12
  <style>
 
 
 
 
 
13
  body {
14
  background-color: #f8f9fa;
15
  font-family: 'Arial', sans-serif;
 
10
  <link rel="stylesheet" href="https://cdn.datatables.net/1.11.5/css/dataTables.bootstrap5.min.css">
11
  <!-- Custom CSS for additional styling -->
12
  <style>
13
+ html, body {
14
+ height: 100%;
15
+ overflow: auto;
16
+ }
17
+
18
  body {
19
  background-color: #f8f9fa;
20
  font-family: 'Arial', sans-serif;