Skip to content

Commit

Permalink
Fix table overflow behavior on mobile (#2062)
Browse files Browse the repository at this point in the history
* fix: used lighter color for dark mode code element

* fix: table overflow on mobile
  • Loading branch information
nc1z authored Mar 26, 2024
1 parent 23fdc8f commit 04d2a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/src/scss/table.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** Component: Table */
table {
min-width: 100%;
overflow: initial; // helps to use <Annotation> component inside a Table
overflow: auto;

thead {
--ifm-table-background: transparent;
Expand Down

0 comments on commit 04d2a4b

Please sign in to comment.