Skip to content
Snippets Groups Projects
Commit c54aab85 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(mobile): use safe view height

parent 06532e1a
No related branches found
No related tags found
1 merge request!525V2.3.0
......@@ -18,7 +18,7 @@
overflow-y: auto;
overflow-x: hidden;
position: relative;
height: calc(100vh - #{$header-height});
height: calc(100svh - #{$header-height});
}
.loader {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment