MediaWiki:Common.css: Difference between revisions

From Elwiki
No edit summary
No edit summary
Line 3,791: Line 3,791:


/* Long table adjustments */
/* Long table adjustments */
/* .overflowed {
    margin: 0;
    overflow: visible;
} */
table[class*="colortable-"]:not(.section) {
table[class*="colortable-"]:not(.section) {
     overflow: auto;
     overflow: auto;
Line 3,821: Line 3,816:
     border-radius: 0;
     border-radius: 0;
}
}
/* .content-table {
    position: static;
} */
/* .overflowed .content-table {
    position: relative;
} */


:is(.long-table, .overflowed) .tooltiptext:not(.tooltip-up .tooltiptext),
:is(.long-table, .overflowed) .tooltiptext:not(.tooltip-up .tooltiptext),