MediaWiki:Gadget-copyTable.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
Line 1:
/*
it anchors the pinned copy button (position:relative), is full-width, and clears
.copy-table-wrapper {
position: relative;
display: block;
max-width: 100%;
clear: both;
}
/* Inner box that actually scrolls horizontally. overflow-x works here because it
is a block div — never on the <table> element itself. The button is its sibling
(in the non-scrolling wrapper), so it stays put while this box scrolls. */
.copy-table-scroll {
overflow-x: auto;
}
| |||