Santa Fe Institute Collaboration Platform

COMPLEX TIME: Adaptation, Aging, & Arrow of Time

Get Involved!
Contact: Caitlin Lorraine McShea, Program Manager, cmcshea@santafe.edu

Difference between revisions of "MediaWiki:Common.css"

From Complex Time
Line 2: Line 2:
 
.sysop-show, .user-show {
 
.sysop-show, .user-show {
 
display: none;
 
display: none;
 +
}
 +
 +
.popupform-innercontainer {
 +
        overflow: auto !important;
 +
      -webkit-overflow-scrolling: touch !important;
 
}
 
}

Revision as of 22:56, January 20, 2019

/* CSS placed here will be applied to all skins */
.sysop-show, .user-show {
	display: none;
}

.popupform-innercontainer {
        overflow: auto !important; 
       -webkit-overflow-scrolling: touch !important;
}