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
Some checks failed
Build and Release / build (push) Failing after 6m47s
Reviewed-on: #1
This commit is contained in:
@@ -31,10 +31,6 @@
|
|||||||
"externalBin": [
|
"externalBin": [
|
||||||
"binaries/asw-sidecar"
|
"binaries/asw-sidecar"
|
||||||
],
|
],
|
||||||
"resources": {
|
|
||||||
"../UO artwork": "UO artwork",
|
|
||||||
"../UO Gumps": "UO Gumps"
|
|
||||||
},
|
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
.screen {
|
.screen {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: var(--bg-base);
|
background: var(--bg-base);
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|||||||
Reference in New Issue
Block a user