Skip to content

Commit

Permalink
related to #1787 scroll bar is visible only when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Leproux committed Nov 14, 2022
1 parent 85f73e8 commit bd05d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/default/theme.css
Expand Up @@ -6564,7 +6564,7 @@ color:#FF7B00;

.linkedAlbumPopInContainer #searchResult {
width: 100%;
overflow-y: scroll;
overflow-y: auto;
max-height: 400px;
margin: 10px 0 0 0;
}
Expand Down

0 comments on commit bd05d9e

Please sign in to comment.