mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-04 21:53:32 +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 {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.wmde-markdown table {
|
||||
width: fit-content;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* override carbon variable so we can left align accordions*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user