Skip to content

Commit

Permalink
fix overflow for aside
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Dec 25, 2020
1 parent 3413161 commit c649cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/foundryvtt-compactBeyond5eSheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
/* instrumental: https://stackoverflow.com/questions/52487743/prevent-flex-item-from-exceeding-parent-height-and-make-scroll-bar-work */

.sheet-sidebar {
overflow: overlay;
overflow: auto;
scrollbar-width: thin;
padding-right: $scrollbar-width;
}

Expand Down

0 comments on commit c649cde

Please sign in to comment.