Skip to content
Snippets Groups Projects
Commit 3cdda95b authored by Jake's avatar Jake
Browse files

better menu on mobile

parent c3f26af3
No related branches found
No related tags found
No related merge requests found
Pipeline #313627 passed
......@@ -157,7 +157,7 @@ body > header img {
width: 100%;
height: 100%;
display: none;
background-color: rgba(120,120, 120, 0.5);
background-color: rgba(120,120, 120, 0.7);
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
......@@ -190,6 +190,8 @@ body > header img {
}
#sitemenu-container nav > ul {
flex-direction: column;
max-height: calc(100vh - 3.2rem);
overflow: scroll;
}
#sitemenu-container nav > ul > li {
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment