mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-04 13:45:13 +00:00
set overflow to auto so the scrollbar only appears when necessary
This commit is contained in:
parent
a774589748
commit
beb0449a5a
@ -783,12 +783,12 @@ div.markdown-collapsed {
|
|||||||
|
|
||||||
|
|
||||||
.cds--data-table-content {
|
.cds--data-table-content {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wmde-markdown table {
|
.wmde-markdown table {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* override carbon variable so we can left align accordions*/
|
/* override carbon variable so we can left align accordions*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user