diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-10-10 20:29:00 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-10-10 20:29:00 +1100 |
| commit | 5f6e110ecbcf48700f0f949995cba0bd2ef0d251 (patch) | |
| tree | a9debe0fb460b83ee5a193fcb463c8af96c82d79 /src/App.vue | |
| parent | c8b42c9923213390289395ef477f8645191b0ce8 (diff) | |
Fix non-pointer-centered scrolling in horizontal mode
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index d422a41..7d7cd98 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ <template> <div class="absolute left-0 top-0 w-screen h-screen overflow-hidden flex flex-col" style="bg-stone-800" > <!-- Title bar --> - <div class="flex shadow gap-2 p-2 bg-stone-900 text-yellow-500"> + <div class="flex gap-2 p-2 bg-stone-900 text-yellow-500"> <h1 class="my-auto ml-2 text-4xl">Histplorer</h1> <div class="mx-auto"/> <!-- Spacer --> <!-- Icons --> |
