ui: Always show scrollbar to avoid effects
This commit is contained in:
parent
dedfab1c7d
commit
ab11446be2
@ -126,6 +126,9 @@
|
||||
<slot></slot>
|
||||
|
||||
<style>
|
||||
:global(body) {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
:global(a.badge) {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user