Skip to content

Commit

Permalink
fix(layout bug): fixed the max-height of agent sheet and item sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Jan 17, 2024
1 parent 1c32d8d commit ea64285
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions css/ordemparanormal_fvtt.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion scss/components/_forms.scss
Expand Up @@ -57,7 +57,11 @@

.sheet-body {
overflow-y: auto;
max-height: 398px !important;
// max-height: 398px !important;
}

.agent .sheet-body {
max-height: 398px !important;
}

.tab.skills,
Expand Down
2 changes: 1 addition & 1 deletion templates/actor/actor-agent-sheet.html
@@ -1,4 +1,4 @@
<form class="{{cssClass}} {{actor.type}}" autocomplete="off">
<form class="{{cssClass}} {{actor.type}} agent" autocomplete="off">
{{!-- Sheet Header --}}
<div class="header-identify align-center grid grid-3col">
<img
Expand Down

0 comments on commit ea64285

Please sign in to comment.