fixed corp scrollbar

This commit is contained in:
tim
2025-02-06 13:26:49 -04:00
parent d9ba46fb5d
commit f67685afc3
2 changed files with 6 additions and 4 deletions

View File

@@ -93,3 +93,9 @@ function describeOrder(order) {
</script> </script>
<style>
html {
overflow-y: hidden;
}
</style>

View File

@@ -1,9 +1,5 @@
@use "vars" as v; @use "vars" as v;
html {
overflow-y: hidden;
}
#app { #app {
a { a {