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 7: Line 7:
  
 
.popupform-innercontainer {
 
.popupform-innercontainer {
    /*  overflow: scroll;  */
+
    -webkit-overflow-scrolling: touch !important;
      -webkit-overflow-scrolling: touch !important;
+
    height: 80%;
        height: 80%;
+
    width: 80%;
        width: 80%;
+
    overflow-y: scroll;
 
}
 
}

Revision as of 10:45, January 27, 2019

/* CSS placed here will be applied to all skins */


.sysop-show, .user-show {
	display: none;
}

.popupform-innercontainer {
    -webkit-overflow-scrolling: touch !important;
    height: 80%;
    width: 80%;
    overflow-y: scroll;
}