File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ section {
179179 font-size : 80% ; }
180180 .tab-panel .panel-content {
181181 width : 200% ;
182- opacity : 0 ;
182+ visibility : hidden ;
183183 position : absolute;
184184 left : -50% ;
185185 -webkit-transition : opacity 400ms ;
@@ -206,7 +206,7 @@ section {
206206 color : # fff ;
207207 opacity : 1 ; }
208208 .tab-panel input .material-type : checked + label .tab > div .panel-content {
209- opacity : 1 ; }
209+ visibility : visible ; }
210210
211211footer {
212212 float : left;
Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ section{
221221
222222 .panel-content {
223223 width : 200% ;
224- // visibility: hidden;
225- opacity : 0 ;
224+ visibility : hidden ;
225+ // opacity: 0;
226226 position : absolute ;
227227 left : -50% ;
228228
@@ -262,8 +262,8 @@ section{
262262 }
263263
264264 & :checked + label .tab > div .panel-content {
265- // visibility: visible;
266- opacity : 1 ;
265+ visibility : visible ;
266+ // opacity: 1;
267267 }
268268 }
269269}
You can’t perform that action at this time.
0 commit comments