MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 23: Zeile 23:
         border-bottom: 2px solid #a2a9b1;
         border-bottom: 2px solid #a2a9b1;
     }
     }
}
/* Force Cusdis to be tall enough to remove the scrollbar */
#cusdis_thread iframe {
    height: 600px !important;
    min-height: 600px !important;
    overflow: hidden !important;
}
/* Optional: Remove any scrollbars from the container div itself */
#cusdis_thread {
    height: auto !important;
    overflow: visible !important;
}
}