diff --git a/web/main.css b/web/main.css index 0a9b2ac..564862f 100644 --- a/web/main.css +++ b/web/main.css @@ -68,6 +68,7 @@ body { height: 100%; overflow-x: hidden; overflow-y: auto; + scroll-behavior: smooth; background-color: rgb(207, 207, 207); position: relative; font-size: 1.2rem; @@ -111,3 +112,14 @@ body { .lwdui-lazy-table span { vertical-align: middle; } + +.lwdui-controlled-scroll-wrapper { + position: relative; + overflow: hidden; + + & .lwdui-controlled-scroll-controls { + position: absolute; + bottom: 0; + right: 0; + } +}