🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:02:04 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
assets
/
scss
/
base
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/assets/scss/base
🔄 Refresh
✏️
Editing: _sticky.scss
Writable
.header_sticky { &.active_sticky{ position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; background-color: #fff; @include transaction( all, 0.3s, linear ); -webkit-animation: sticky 0.7s; animation: sticky 0.7s; } &.sticky_bg_dark { &.active_sticky { background-color: #000; } } @-webkit-keyframes sticky { 0% { top: -100px; } 100% { top: 0; } } @keyframes sticky { 0% { top: -100px; } 100% { top: 0; } } }
💾 Save Changes
❌ Cancel