@rhavenside/baseline-ui 1.0.18 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/baseline.css CHANGED
@@ -4917,6 +4917,15 @@ textarea {
4917
4917
  min-height: auto;
4918
4918
  }
4919
4919
  }
4920
+ @media (max-width: 767.98px) {
4921
+ .bl-sidebar.bl-sidebar-persistent {
4922
+ position: fixed;
4923
+ transform: translateX(-100%);
4924
+ }
4925
+ .bl-sidebar.bl-sidebar-persistent.bl-sidebar-open {
4926
+ transform: translateX(0);
4927
+ }
4928
+ }
4920
4929
 
4921
4930
  .bl-sidebar-backdrop {
4922
4931
  position: fixed;
@@ -4938,6 +4947,12 @@ textarea {
4938
4947
  pointer-events: all;
4939
4948
  }
4940
4949
  }
4950
+ @media (max-width: 767.98px) {
4951
+ body.bl-sidebar-open .bl-sidebar-backdrop {
4952
+ opacity: 1;
4953
+ pointer-events: all;
4954
+ }
4955
+ }
4941
4956
  @media (min-width: 768px) {
4942
4957
  .bl-sidebar-backdrop {
4943
4958
  display: none;