Skip to content

Commit a080e51

Browse files
committed
Temporary fix for the unintended scrolling bug when applying settings
@Yohn
1 parent 6763813 commit a080e51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/views/panel/config-editor.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<h2 class="mb-4 card-header"><i class="bi bi-link-45deg"> Config</i></h2>
2323
<div class="card-body p-0 p-md-3">
2424

25+
<style>
26+
/* Temporary fix for the unintended scrolling bug when applying settings */
27+
html {scroll-behavior: unset !important;}
28+
</style>
29+
2530
<style>
2631
.option{
2732
background-color: #343a40;

0 commit comments

Comments
 (0)