MediaWiki:Gadget-copyTable.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
/*
a right-floated infobox so the unit drops below it. */
never on the <table> element itself);▼
▲ - anchors the copy button (position:relative). */
.copy-table-wrapper {
position: relative;
Line 11 ⟶ 7:
max-width: 100%;
clear: both;
}
/* Inner box that actually scrolls horizontally. overflow-x works here because it
(in the non-scrolling wrapper), so it stays put while this box scrolls. */
.copy-table-scroll {
overflow-x: auto;
}
| |||