Skip to content

Commit

Permalink
Merge pull request #2845 from Azmoria/Fix---issue-with-roll-buffs-pos…
Browse files Browse the repository at this point in the history
…ition-in-tablet-view

Fix - issue with roll buffs position in tablet layout
  • Loading branch information
Azmoria authored Jan 24, 2025
2 parents 37e223e + 72ba1e7 commit 20292aa
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 @@ -1680,7 +1680,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 20292aa

Please sign in to comment.