adamelliotfields commited on
Commit
82edd11
1 Parent(s): a8ad716

Gallery max height

Browse files
Files changed (1) hide show
  1. app.css +1 -1
app.css CHANGED
@@ -34,7 +34,7 @@
34
  }
35
  .gallery, .gallery .grid-wrap {
36
  height: calc(100vh - 360px);
37
- max-height: none;
38
  }
39
 
40
  .icon-button {
 
34
  }
35
  .gallery, .gallery .grid-wrap {
36
  height: calc(100vh - 360px);
37
+ max-height: calc(100vh - 360px);
38
  }
39
 
40
  .icon-button {