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
+8 -2
View File
@@ -161,12 +161,18 @@
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;
}
.layout-container header {
flex: 0 0 100%;
}
.layout-container footer {
flex: 0 0 100%;
z-index: 101;
}
.layout-content {
@@ -219,11 +225,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;
}