mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-30 05:09:57 +03:00
fixes #2192 set max-height and overflow
remove height from outer container of options, set max height and overflow for options container
This commit is contained in:
parent
2f89bf6726
commit
aac54ba1f0
1 changed files with 2 additions and 7 deletions
|
@ -304,6 +304,8 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 20px 0 20px 0;
|
||||
overflow:auto;
|
||||
max-height:250px;
|
||||
}
|
||||
|
||||
.date_posted-option-container {
|
||||
|
@ -708,13 +710,6 @@
|
|||
min-width:150px!important;
|
||||
}
|
||||
|
||||
.filter-filetypes-form .form-container,
|
||||
.filter-added_by-form .form-container,
|
||||
.filter-date_posted .form-container {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.section-search .sticky-top{
|
||||
z-index: 10!important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue