ui: Always show scrollbar to avoid effects

This commit is contained in:
nemunaire 2021-09-02 11:06:44 +02:00
parent dedfab1c7d
commit ab11446be2

View File

@ -126,6 +126,9 @@
<slot></slot>
<style>
:global(body) {
overflow-y: scroll;
}
:global(a.badge) {
text-decoration: none;
}