Difference between revisions of "Template:Tongji Software/CSS"

Line 115: Line 115:
 
                     backface-visibility: hidden;
 
                     backface-visibility: hidden;
 
                 }
 
                 }
                .cd-header.is-fixed {
+
              /* .cd-header.is-fixed {
 
                     /* when the user scrolls down, we hide the header right above the viewport */
 
                     /* when the user scrolls down, we hide the header right above the viewport */
 
                     position: fixed;
 
                     position: fixed;
Line 123: Line 123:
 
                     -moz-transition: -moz-transform 0.3s;
 
                     -moz-transition: -moz-transform 0.3s;
 
                     transition: transform 0.3s;
 
                     transition: transform 0.3s;
                 }
+
                 }*/
 
                 .cd-header.is-visible {
 
                 .cd-header.is-visible {
 
                     /* if the user changes the scrolling direction, we show the header */
 
                     /* if the user changes the scrolling direction, we show the header */

Revision as of 11:19, 6 October 2019

Tongji Software | Pathlab

HAVE A TRY