This commit is contained in:
= 2021-06-02 16:20:41 +05:00
parent ffab408c75
commit 71096f009c
2 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,7 @@
}
.search {
&Modal {
@include transition;
position: fixed;
z-index: 1000;
top: 0;

View File

@ -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;