Merge remote-tracking branch 'hackerncoder/support-86'

This commit is contained in:
kez 2021-10-25 13:29:58 -07:00
commit bc96ee5898
2 changed files with 12 additions and 0 deletions

View File

@ -719,6 +719,12 @@ table {
z-index: 999;
}
@include media-breakpoint-down(md) {
.d-sm-block .sticky {
position: static !important;
}
}
// Small devices (landscape phones, less than 768px)
@include media-breakpoint-down(sm) {
.mobile {

View File

@ -10084,6 +10084,12 @@ size .no {
z-index: 999;
}
@media (max-width: 991px) {
.d-sm-block .sticky {
position: static !important;
}
}
@media (max-width: 767px) {
.mobile {
display: block !important;