Skip to content

Commit

Permalink
Scrolling when selecting expansions #176
Browse files Browse the repository at this point in the history
  • Loading branch information
rafdulaf committed Sep 17, 2023
1 parent 8b87b47 commit b7e60f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Batman/engine/Version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.24.10"
"version": "0.24.11"
}
4 changes: 2 additions & 2 deletions Batman/engine/general/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
padding: 20px;
font-size: calc(var(--secondary-size) * 1.5rem);
font-family: 'Secondary';
height: calc(100vh - var(--header-height));
height: calc(100% - var(--header-height));
line-height: 1.5rem;
overflow: auto;
}
Expand Down Expand Up @@ -490,7 +490,7 @@ ul.floatingactions li a span {
ul.floatingactions li a {
min-width: 56px;
height: 56px;
line-height: 26px;
line-height: 24px;
font-size: 37px;
}
ul.floatingactions li a span {
Expand Down
2 changes: 1 addition & 1 deletion Conan/engine/Version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.24.10"
"version": "0.24.11"
}
4 changes: 2 additions & 2 deletions Conan/engine/general/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
padding: 20px;
font-size: calc(var(--secondary-size) * 1.5rem);
font-family: 'Secondary';
height: calc(100vh - var(--header-height));
height: calc(100% - var(--header-height));
line-height: 1.5rem;
overflow: auto;
}
Expand Down Expand Up @@ -490,7 +490,7 @@ ul.floatingactions li a span {
ul.floatingactions li a {
min-width: 56px;
height: 56px;
line-height: 26px;
line-height: 24px;
font-size: 37px;
}
ul.floatingactions li a span {
Expand Down

0 comments on commit b7e60f2

Please sign in to comment.