Difference between revisions of "MediaWiki:Mobile.css"

From ZynthianWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
div.version_bar {
 
div.version_bar {
   position: sticky;
+
   position: sticky !important;
   position: -webkit-sticky;
+
   position: -webkit-sticky !important;
 
   top: 0px;
 
   top: 0px;
 
   padding: 0.1em;
 
   padding: 0.1em;

Revision as of 12:01, 31 July 2024

/* All CSS here will be loaded for users of the mobile site */

div.version_bar {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0px;
  padding: 0.1em;
  padding-right: 0.6em;
  border-radius: 0.0em;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
}