Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
foundation
/
modules
/
pushit
📤 Upload
📝 New File
📁 New Folder
Close
Editing: pushit.css
/* PushIt CSS */ /* Coolin' by day then at night working up a sweat. */ body { text-shadow: none !important; } .pushit { position: fixed; top: 0; bottom: 0; left: -1000px; z-index: 100; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow-x: hidden; overflow-y: auto; } .has-overflow-scroll .pushit { -webkit-overflow-scrolling: touch; } #pushit-overlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; } .page-wrapper { left: 0; right: 0; }
Save
Cancel