@fileverse-dev/ddoc 3.0.53-patch-33 → 3.0.53-patch-34
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/index.es.js +3 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -183801,9 +183801,10 @@ const Sqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
183801
183801
|
"div",
|
|
183802
183802
|
{
|
|
183803
183803
|
className: ut(
|
|
183804
|
-
"flex flex-col items-start max-w-[263px] w-full justify-start
|
|
183804
|
+
"flex flex-col items-start max-w-[263px] w-full justify-start left-0 px-4 z-20",
|
|
183805
183805
|
!i && "hidden",
|
|
183806
|
-
b ? "top-[16px] max-h-[calc(100vh-32px)]" : s ? "top-[70px] max-h-[calc(100vh-86px)]" : "top-[124px] max-h-[calc(100vh-140px)]"
|
|
183806
|
+
b ? "top-[16px] max-h-[calc(100vh-32px)]" : s ? "top-[70px] max-h-[calc(100vh-86px)]" : "top-[124px] max-h-[calc(100vh-140px)]",
|
|
183807
|
+
!b && "fixed"
|
|
183807
183808
|
),
|
|
183808
183809
|
children: [
|
|
183809
183810
|
/* @__PURE__ */ w.jsx(
|