Popover should take all height

This commit is contained in:
2022-01-10 01:03:20 +01:00
parent 2ab1609bd9
commit 4d27fdb25a

View File

@@ -75,10 +75,11 @@ export default {
left: 0;
z-index: 20;
width: 100%;
height: 100vh;
height: 100%;
background: rgba($dark, 0.93);
-webkit-overflow-scrolling: touch;
overflow: auto;
&__box {
width: 100%;
height: 0;