related to #1787 scroll bar is visible only when needed

This commit is contained in:
Matthieu Leproux
2022-11-14 10:29:07 +01:00
parent 85f73e87fb
commit bd05d9e4ab

View File

@@ -6564,7 +6564,7 @@ color:#FF7B00;
.linkedAlbumPopInContainer #searchResult {
width: 100%;
overflow-y: scroll;
overflow-y: auto;
max-height: 400px;
margin: 10px 0 0 0;
}