Editor is not working properly in item sheets #69
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#69
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The description editor of the description tab in item sheets is not being displayed correctly.
Steps to Reproduce
Expected Behavior
The editor is displayed in full height
Actual Behavior
Only the top bar of the editor is visible (and not even completely, it's cut off a bit).
Additional Details
Possible Solutions
Probably the height is is not set to 100% for some reason. I remember that the scss for this was changed due to changes in the character sheet. That's probably the reason.