Skip to content

Commit

Permalink
Fix - issue with roll buffs position in tablet layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Azmoria committed Jan 24, 2025
1 parent 8295b68 commit 72ba1e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CharactersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,9 @@ function observe_character_sheet_changes(documentToObserve) {
font-size: 10px;
width: 200px;
}
.ct-tablet-box__header ~ .dropdown-check-list {
left: unset;
}
.dropdown-check-list .clickHandle {
position: relative;
cursor: pointer;
Expand Down

0 comments on commit 72ba1e7

Please sign in to comment.