commit 0e92b0ef220d78e385e15111acb3a8f488e69a38
parent d1bb30e34590da54533eda6c56ad9482a734554d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 16 Jan 2021 23:11:09 +0100
Use consistent units for togglable menu
Otherwise on Chrome, the menu did not slide all the way out when a
page had a scrollbar.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/commun.css b/commun.css
@@ -280,8 +280,8 @@ footer.legal {
display: block;
position: fixed;
overflow: auto;
- width: 100%;
- height: 100%;
+ width: 100vw;
+ height: 100vh;
top: 0;
left: 0;
margin: 0;