eaglelandsonce commited on
Commit
e5425e5
·
verified ·
1 Parent(s): 7f7c5b6

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -2
style.css CHANGED
@@ -153,7 +153,6 @@ body {
153
  border: none;
154
  }
155
 
156
- /* Textbox Layer */
157
  .textbox-layer {
158
  position: absolute;
159
  bottom: 0;
@@ -166,7 +165,7 @@ body {
166
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
167
  transform: translateY(100%);
168
  transition: transform 0.3s ease-in-out;
169
- display: none;
170
  z-index: 30;
171
  }
172
  .textbox-layer.active {
 
153
  border: none;
154
  }
155
 
 
156
  .textbox-layer {
157
  position: absolute;
158
  bottom: 0;
 
165
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
166
  transform: translateY(100%);
167
  transition: transform 0.3s ease-in-out;
168
+ display: block;
169
  z-index: 30;
170
  }
171
  .textbox-layer.active {