ds4/src/scss/components/_apps.scss
Gesina Schwalbe 48d8d6e44d proper localization of item vals in char sheet
Additions:
- added TODOs
- added armor item list to char sheet
- proper overflow handling in tabs (now: scrollable)

Changes:
- proper localization of item values
- "Description" not abbreviated anymore
- cleaned up getData() of ActorSheet (data now truly const)
2020-12-29 19:06:17 +01:00

18 lines
287 B
SCSS

.window-content {
overflow-y: hidden;
padding: 5px;
form {
height: 100%;
overflow: hidden;
}
.tab {
height: 100%;
overflow-y: scroll;
align-content: flex-start;
ol {
overflow-y: visible;
}
}
}