Fix overflow on search
This commit is contained in:
parent
80c86e27f9
commit
93bd7afa3f
@ -205,6 +205,7 @@ publication{
|
|||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
publication::after{
|
publication::after{
|
||||||
@ -347,7 +348,7 @@ popup popup-window popup-content input, select {
|
|||||||
#newMangaResult {
|
#newMangaResult {
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: flex-start;
|
||||||
margin: 5px auto 0;
|
margin: 5px auto 0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -355,6 +356,7 @@ popup popup-window popup-content input, select {
|
|||||||
max-width: 98%;
|
max-width: 98%;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
blur-background {
|
blur-background {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user