BraydenMoore commited on
Commit
1432bc1
1 Parent(s): b3bed5a

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -162,12 +162,12 @@
162
  cursor: pointer;
163
  }
164
  #additional-info {
165
- max-height: 0;
166
  overflow: hidden;
167
- transition: max-height 0.3s ease;
168
  }
169
  #additional-info.expanded {
170
- max-height: 100;
171
  }
172
 
173
 
 
162
  cursor: pointer;
163
  }
164
  #additional-info {
165
+ height: 0px;
166
  overflow: hidden;
167
+ transition: height 0.3s ease;
168
  }
169
  #additional-info.expanded {
170
+ height: 100px;
171
  }
172
 
173