Tests sur les styles

This commit is contained in:
Sébastien André
2020-04-26 19:54:34 +02:00
parent 1e8f1e6f79
commit 8f09a0d225
3 changed files with 9 additions and 10 deletions

View File

@@ -18,10 +18,11 @@
.navigation {
position: absolute;
width: 200px;
overflow: hidden;
/* height: 650px;
overflow: hidden; */
height: 100%;
z-index: 101;
background-color: grey;
height: 650px;
padding: 5px;
left: -220px;
transition: 0.5s linear left;