1
0
Fork 0

fix(css): fixed Modal height undefined on Gecko

This commit is contained in:
Shipow 2020-06-17 17:04:22 +02:00
parent 2582dc703c
commit 77a39a6a5d

View file

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