@theroutingcompany/components 0.0.24-alpha.4 → 0.0.24-alpha.5
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.
|
@@ -871,7 +871,6 @@ Check the top-level render call using <`+q+">.")}return U}}function kx(w,U){{if(
|
|
|
871
871
|
`,XS=()=>P(pn,{asChild:!0,children:P(Vr,{label:"Close drawer",variant:"inverse",children:P(xe.Close,{})})}),QS=k(Di)`
|
|
872
872
|
width: var(--drawer-width);
|
|
873
873
|
z-index: 3;
|
|
874
|
-
width: 540px;
|
|
875
874
|
background-color: white;
|
|
876
875
|
padding: 24px;
|
|
877
876
|
margin: 16px;
|
|
@@ -881,7 +880,7 @@ Check the top-level render call using <`+q+">.")}return U}}function kx(w,U){{if(
|
|
|
881
880
|
box-shadow: ${b.elevation_static_high};
|
|
882
881
|
border-radius: ${b.border_radius_800};
|
|
883
882
|
scrollbar-gutter: stable;
|
|
884
|
-
overflow:
|
|
883
|
+
overflow-y: auto;
|
|
885
884
|
|
|
886
885
|
@media (prefers-reduced-motion: no-preference) {
|
|
887
886
|
&[data-state='open'] {
|