2 Commits
f1 ... v1.1.2

Author SHA1 Message Date
c46ecaf3e2 Merge pull request 'scroll bug fix' (#1) from fix/config-scroll-overflow into main
Some checks failed
Build and Release / build (push) Failing after 6m47s
Reviewed-on: #1
2026-06-13 04:58:56 +00:00
efb7ee0c28 scroll bug fix 2026-06-12 23:55:24 -05:00
2 changed files with 2 additions and 5 deletions

View File

@@ -31,10 +31,6 @@
"externalBin": [
"binaries/asw-sidecar"
],
"resources": {
"../UO artwork": "UO artwork",
"../UO Gumps": "UO Gumps"
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",

View File

@@ -1,10 +1,11 @@
.screen {
flex: 1;
display: flex;
align-items: center;
align-items: flex-start;
justify-content: center;
background: var(--bg-base);
padding: 40px;
overflow-y: auto;
}
.card {