andreped commited on
Commit
d223af2
·
1 Parent(s): bca8e40

Use full height of browser

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -14,7 +14,7 @@
14
  <script src="https://cdn.jsdelivr.net/npm/@recogito/[email protected]/dist/annotorious-selector-pack.min.js"></script>
15
  </head>
16
  <body>
17
- <div style="padding: 0 0em; height: 95%; background: #303030">
18
  <div class="sidebar-left" style="float: left; width: 10%;">
19
  <h1 style="color: white; font-size: 16px; padding: 0 1.5em;">Whole Slide Image Annotation Demo</h1>
20
 
 
14
  <script src="https://cdn.jsdelivr.net/npm/@recogito/[email protected]/dist/annotorious-selector-pack.min.js"></script>
15
  </head>
16
  <body>
17
+ <div style="padding: 0 0em; height: 100%; background: #303030">
18
  <div class="sidebar-left" style="float: left; width: 10%;">
19
  <h1 style="color: white; font-size: 16px; padding: 0 1.5em;">Whole Slide Image Annotation Demo</h1>
20