mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-29 06:21:58 +02:00
related to #1787 scroll bar is visible only when needed
This commit is contained in:
@@ -6564,7 +6564,7 @@ color:#FF7B00;
|
|||||||
|
|
||||||
.linkedAlbumPopInContainer #searchResult {
|
.linkedAlbumPopInContainer #searchResult {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user