sticky filters
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
|
||||
.path-ressources{
|
||||
.layout-content{
|
||||
|
||||
.layout-container {
|
||||
overflow: visible;
|
||||
}
|
||||
.layout-content{
|
||||
width: 100vw;
|
||||
.region-content{
|
||||
width: 100%;
|
||||
@@ -109,10 +113,10 @@
|
||||
order: 3;
|
||||
}
|
||||
.view-base-de-donnees{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
// display: flex;
|
||||
// flex-direction: row;
|
||||
.view-filters{
|
||||
position: fixed;
|
||||
position: sticky;
|
||||
top: 13rem;
|
||||
left: 0;
|
||||
width: 15%;
|
||||
|
||||
Reference in New Issue
Block a user