fix(css): fixed Modal height undefined on Gecko
This commit is contained in:
parent
2582dc703c
commit
77a39a6a5d
1 changed files with 2 additions and 0 deletions
|
|
@ -657,6 +657,7 @@ svg.DocSearch-Hit-Select-Icon {
|
|||
}
|
||||
|
||||
.DocSearch-Container {
|
||||
height: 100vh;
|
||||
height: -webkit-fill-available;
|
||||
position: absolute;
|
||||
}
|
||||
|
|
@ -676,6 +677,7 @@ svg.DocSearch-Hit-Select-Icon {
|
|||
.DocSearch-Modal {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
height: 100vh;
|
||||
height: -webkit-fill-available;
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue