Skip to content

Commit

Permalink
fix: footnote content occasionally rendered too narrow (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodrigues-newstore committed Sep 19, 2023
1 parent d215ad6 commit bae1fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/littlefoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
-webkit-overflow-scrolling: touch;
background-color: var(--popover-background-color);
border-radius: var(--popover-border-radius);
box-sizing: border-box;
color: var(--popover-text-color);
font-family: var(--popover-font-family, initial);
font-size: var(--popover-font-size, initial);
Expand All @@ -103,6 +104,7 @@
max-height: var(--popover-max-height);
overflow: auto;
padding: var(--popover-vertical-padding) var(--popover-horizontal-padding);
width: 100%;

& img {
max-width: 100%;
Expand Down

0 comments on commit bae1fa6

Please sign in to comment.