fix some responsive
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.searchBarContainer{
|
||||
position: fixed;
|
||||
top: 10rem;
|
||||
top: 4rem;
|
||||
z-index: 100;
|
||||
width: 60%;
|
||||
background: #fff;
|
||||
@@ -11,6 +11,11 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.elementList {
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.eventImageDiv {
|
||||
@@ -72,3 +77,10 @@
|
||||
.searchBarForm input:focus{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.searchBarContainer{
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user