set overflow to auto so the scrollbar only appears when necessary

This commit is contained in:
jasquat 2023-09-07 13:48:01 -04:00
parent ecba3f7c38
commit 203fd89954
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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*/