Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from androgouws911/patch-1
Browse files Browse the repository at this point in the history
Fix scrollbar visible in full screen
  • Loading branch information
TheRealJoelmatic authored Oct 22, 2023
2 parents 8767865 + f27e3f4 commit cad8edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Youtube-Ad-blocker-Reminder-Remover.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

const bodyStyle = document.body.style;

bodyStyle.setProperty('overflow-y', 'scroll', 'important');
bodyStyle.setProperty('overflow-y', 'auto', 'important');

if (modalOverlay) {
modalOverlay.removeAttribute("opened");
Expand Down

0 comments on commit cad8edb

Please sign in to comment.