Adds sticky on proposals supports for mobile version
This commit is contained in:
@@ -446,6 +446,8 @@ header {
|
||||
background: $brand;
|
||||
border-bottom: 1px solid $border;
|
||||
margin-bottom: $line-height;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
|
||||
.selected {
|
||||
border-bottom: 1px solid #fff;
|
||||
|
||||
@@ -551,6 +551,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.fixed-mobile-content {
|
||||
|
||||
@include breakpoint(medium down) {
|
||||
background: #fff;
|
||||
margin-bottom: rem-calc(-1) !important;
|
||||
padding-top: $line-height / 2;
|
||||
}
|
||||
}
|
||||
|
||||
// 04. List participation
|
||||
// ----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user