mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 16:28:17 +00:00
fix: scrollability bug
This commit is contained in:
parent
f06b3c759e
commit
267601fffc
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
:global(body) {
|
||||
:global(html, body) {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</AuthGuard>
|
||||
|
||||
<style>
|
||||
:global(body) {
|
||||
:global(html, body) {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue