3daa2ace by Jeremy Groot

fix to sidebar mobile

1 parent 60772145
......@@ -14841,6 +14841,13 @@ article > h5 {
#content-wrap #otherpage-logo {
width: 146px !important;
}
.resources .category-filter-group .category {
margin-bottom: 0 !important;
padding-top: 1rem !important;
}
.category-filter-group > span:first-of-type {
padding-top: 1rem !important;
}
.sidebar-pullout {
right: 0;
width: 100%;
......@@ -14869,12 +14876,8 @@ article > h5 {
font-size: 1rem;
}
.sidebar-pullout.show {
position: fixed;
top: 8.25rem;
box-shadow: 0 2px 4px -2px #000;
}
.sidebar-pullout.show .sidebar-title {
top: 0.6rem;
display: flex !important;
align-items: center;
}
.wp-block-buttons {
justify-content: center;
......@@ -14989,7 +14992,6 @@ article > h5 {
background: #F2F2F2;
width: 100% !important;
padding-top: 1.5rem;
position: fixed;
z-index: 9;
top: 10rem;
}
......@@ -15038,9 +15040,11 @@ article > h5 {
.search-sort h3 {
margin-left: 0;
}
.sidebar .course-list.resources  {
overflow-y: scroll;
height: 75vh;
.course-list.resources {
margin-bottom: 0;
}
.course-list.resources .filters .filter-group {
margin-bottom: 0;
}
.category-filter label {
position: relative;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -234,6 +234,15 @@
width: 146px !important;
}
.resources .category-filter-group .category {
margin-bottom:0 !important;
padding-top:1rem !important;
}
.category-filter-group>span:first-of-type {
padding-top:1rem !important;
}
.sidebar-pullout {
right: 0;
width: 100%;
......@@ -261,12 +270,12 @@
font-size: 1rem;
}
&.show {
position: fixed;
top: 8.25rem;
box-shadow: 0 2px 4px -2px #000;
.sidebar-title {
top:0.6rem;
}
display: flex !important;
align-items: center;
// top: 8.25rem;
// .sidebar-title {
// top:0.6rem;
// }
}
}
......@@ -425,7 +434,7 @@
background:#F2F2F2;
width: 100% !important;
padding-top:1.5rem;
position: fixed;
// position: fixed;
z-index: 9;
top:10rem;
&.show {
......@@ -485,10 +494,17 @@
margin-left:0;
}
.sidebar {
.course-list.resources {
overflow-y: scroll;
height: 75vh;
// .sidebar {
// .course-list.resources {
// overflow-y: scroll;
// height: 75vh;
// }
// }
.course-list.resources {
margin-bottom:0;
.filters .filter-group {
margin-bottom:0;
}
}
......