Skip to content

Commit

Permalink
Merge pull request #3199 from getAlby/fix-scrollbar-popup
Browse files Browse the repository at this point in the history
fix: scrollbar on extension popup
  • Loading branch information
pavanjoshi914 authored Jul 18, 2024
2 parents f91bf0e + 0e6255a commit 51124ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/views/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<body
class="w-96 max-w-full overflow-x-hidden h-[600px] no-scrollbar min-h-screen bg-gray-50 dark:bg-surface-00dp slashed-zero"
style="scrollbar-width: auto"
>
<div id="popup-root" class="h-full"></div>
</body>
Expand Down

0 comments on commit 51124ca

Please sign in to comment.