Skip to content

Commit

Permalink
scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Feb 23, 2023
1 parent af6149e commit 43e9747
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 2.10.9
- Added scroll and made the update menu not take up the entire height of the screen.

# Version 2.10.8
- Updated localization files.
- Updated minimal version of Sequencer to 2.412.
Expand Down
1 change: 0 additions & 1 deletion module/updateMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class autorecUpdateFormApplication extends FormApplication {
template: `modules/pf2e-jb2a-macros/module/autorecUpdateMenu.html`,
id: 'autorecUpdateMenu',
title: 'PF2e Animations Update',
resizable: true,
});
}

Expand Down
2 changes: 2 additions & 0 deletions styles/pf2e-animation-macros.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

.pf2e-animations-autorec-update-ul {
column-count: 2;
overflow-x: scroll;
max-height: 400px;
}

.pf2e-animations-autorec-update-buttons {
Expand Down

0 comments on commit 43e9747

Please sign in to comment.