Ajouter un loader sur l'ajout des sauts

This commit is contained in:
Sébastien André
2020-02-03 12:26:25 +01:00
parent 72f0b13f34
commit 2d6b8f8b5f
3 changed files with 44 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
.hamburger__icon {
position: relative;
z-index: 50;
/* z-index: 101; */
height: 1rem;
margin-right: 1rem;
cursor: pointer;
@@ -19,7 +19,7 @@
position: absolute;
width: 200px;
overflow: hidden;
z-index: 50;
z-index: 101;
background-color: grey;
height: 650px;
padding: 5px;