tiroir fichiers css

This commit is contained in:
2024-07-02 15:23:46 +02:00
parent cfd28a3383
commit 409aabab5a
3 changed files with 19 additions and 31 deletions
@@ -11,20 +11,22 @@ $width-menu-slidedown : 550px;
font-style: normal;
top: 0%;
left: 0%;
// width: 100%;
overflow: hidden;
display: flex;
flex-flow: row wrap;
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
header{
flex: 0 0 100%;
}
// main{
// // position: relative;
// // top: -7rem;
// }
footer{
flex: 0 0 100%;
z-index: 101;
}
}
@@ -70,11 +72,11 @@ aside.layout-sidebar-first{
}
}
aside.layout-sidebar-second{
position: fixed;
position: absolute;
top:0;
right:0;
background-color: #fff;
height: 100vh;
height: 300vh;
padding: 1em;
z-index: 100;
}
@@ -86,8 +88,6 @@ main{
@media (max-width:500px) {
flex-direction: column;
}
}
.main-content{