fix issue with scrollbar

This commit is contained in:
Simon Vieille 2020-03-28 18:58:30 +01:00
parent 16d443f7d6
commit b8c3229094
Signed by: deblan
GPG key ID: 03383D15A1D31745
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<description>Move the top menu to the left side.</description>
<licence>agpl</licence>
<author mail="dev+sidemenu@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
<version>1.0.0</version>
<version>1.0.1</version>
<namespace>SideMenu</namespace>
<category>customization</category>
<website>https://gitnet.fr/deblan/side_menu</website>

View file

@ -3,7 +3,7 @@
}
#side-menu {
position: absolute;
position: fixed;
top: 0;
left: 0;
height: 100vh;