mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 05:01:15 -03:00
docs: Make tables scrollable on overflow
This makes the *tables* themselves scrollable, not the section div they are in, which means the section doesn't scroll along with them (it's already reflowed).
This commit is contained in:
@@ -177,6 +177,9 @@ table.docutils {
|
||||
border-radius: 3px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
/* Make table scrollable on overflow */
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
table.docutils td, table.docutils th {
|
||||
|
||||
Reference in New Issue
Block a user