mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Fixed skill list rotation error.
This commit is contained in:
@@ -155,12 +155,15 @@ input.customCheckbox {
|
||||
scrollbar-color: #78bcff transparent;
|
||||
}
|
||||
|
||||
/* Skill list */
|
||||
/* Skills and Talents lists */
|
||||
|
||||
.item-flex-container-skill-list,
|
||||
.flex-container-talent-selectors-list {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #f0c566 transparent;
|
||||
}
|
||||
|
||||
.flex-container-talent-selectors-list {
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user