mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 09:13:15 +03:00
fix(web): prevent layout change from scrollbar in admin setings (#6482)
stable scrollbar
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="{scrollbarClass} absolute {hasTitleClass} w-full overflow-y-auto">
|
||||
<div class="{scrollbarClass} scrollbar-stable absolute {hasTitleClass} w-full overflow-y-auto">
|
||||
<slot />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user