tiroir fichiers css
This commit is contained in:
+8
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user