1234
This commit is contained in:
parent
ffab408c75
commit
71096f009c
|
|
@ -227,6 +227,7 @@
|
|||
}
|
||||
.search {
|
||||
&Modal {
|
||||
@include transition;
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -2231,6 +2231,8 @@ li {
|
|||
}
|
||||
|
||||
.searchModal {
|
||||
transition: all 0.2s ease-in-out 0s;
|
||||
-moz-transition: all 0.2s ease-in-out 0s;
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue