about summary refs log tree commit diff
path: root/src/view/com/util/Views.web.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-17 22:58:53 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-17 22:58:53 -0500
commitbec94ed82c47f9a5275cbc5fc740dd97dda10183 (patch)
treee8f6610128c8f8b3a513ee8ade5ecb551901122a /src/view/com/util/Views.web.tsx
parented7293ea666538532d809f14431099064cae559e (diff)
downloadvoidsky-bec94ed82c47f9a5275cbc5fc740dd97dda10183.tar.zst
Desktop styling fixes
Diffstat (limited to 'src/view/com/util/Views.web.tsx')
-rw-r--r--src/view/com/util/Views.web.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/Views.web.tsx b/src/view/com/util/Views.web.tsx
index 9d6501d54..3313492e1 100644
--- a/src/view/com/util/Views.web.tsx
+++ b/src/view/com/util/Views.web.tsx
@@ -126,5 +126,6 @@ const styles = StyleSheet.create({
   },
   fixedHeight: {
     height: '100vh',
+    scrollbarGutter: 'stable both-edges',
   },
 })