MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Healthypedia
Zur Navigation springen Zur Suche springen
(Created page with "→‎CSS placed here will affect users of the mobile site: .hp-max-h-400p ul { max-height: 400px; overflow-y: scroll; }")
(kein Unterschied)

Version vom 25. September 2020, 16:17 Uhr

/* CSS placed here will affect users of the mobile site */
.hp-max-h-400p ul {
  max-height: 400px;
  overflow-y: scroll; 
}