Skip to content

Commit 1d6a5df

Browse files
authored
Merge pull request #802 from 17arindam/popup-overflow
popup overflow issue solved
2 parents d7fd69a + d5aeb8a commit 1d6a5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/blog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ body.dark-mode .saved-blogs {
348348
/* Full width */
349349
height: 100%;
350350
/* Full height */
351-
overflow: auto;
351+
overflow: hidden;
352352
/* Enable scroll if needed */
353353
background-color: rgba(0, 0, 0, 0.5);
354354
/* Black with opacity */

0 commit comments

Comments
 (0)