Fix sidebar position (avoid scrolling).

Related to 3890fec111
This commit is contained in:
Santiago Lamora 2020-01-23 17:44:25 +01:00
parent 953415f7df
commit 6b0d37f854
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,9 @@ a:hover {
min-width: 280px;
max-width: 280px;
min-height: 100vh;
position: fixed;
z-index: 999;
display: flex;
flex-direction: column;
@ -127,6 +130,7 @@ a:hover {
background-position: right 5% top 10%;
color: #343434;
padding-left: 2rem;
margin-left: 280px; /** sidebar width **/
}
/** services **/