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