@agent-link/server 0.1.79 → 0.1.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/style.css +2 -1
package/package.json
CHANGED
package/web/style.css
CHANGED
|
@@ -55,6 +55,7 @@ body {
|
|
|
55
55
|
color: var(--text-primary);
|
|
56
56
|
min-height: 100vh;
|
|
57
57
|
min-height: 100dvh;
|
|
58
|
+
overscroll-behavior: none;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
#app {
|
|
@@ -1720,7 +1721,7 @@ body {
|
|
|
1720
1721
|
|
|
1721
1722
|
.folder-picker-dialog {
|
|
1722
1723
|
width: 440px;
|
|
1723
|
-
|
|
1724
|
+
height: 520px;
|
|
1724
1725
|
background: var(--bg-secondary);
|
|
1725
1726
|
border: 1px solid var(--border);
|
|
1726
1727
|
border-radius: 12px;
|