You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Offset value to apply to rendered popup. Accepts the following units:
53
-
* - px or unit-less, interpreted as pixels
54
-
* - %, percentage relative to the length of the trigger element
55
-
* - %p, percentage relative to the length of the popup element
56
-
* - vw, CSS viewport width unit
57
-
* - vh, CSS viewport height unit
60
+
/**
61
+
* Offset values in px unit to apply to rendered popup. The basic offset accepts an
62
+
* array with two numbers in the form [skidding, distance]:
63
+
* - `skidding` displaces the Popup along the reference element
64
+
* - `distance` displaces the Popup away from, or toward, the reference element in the direction of its placement. A positive number displaces it further away, while a negative number lets it overlap the reference.
/** Offset value to apply to rendered popup. Accepts the following units:
302
-
* - px or unit-less, interpreted as pixels
303
-
* - %, percentage relative to the length of the trigger element
304
-
* - %p, percentage relative to the length of the popup element
305
-
* - vw, CSS viewport width unit
306
-
* - vh, CSS viewport height unit
298
+
/**
299
+
* Offset values in px unit to apply to rendered popup. The basic offset accepts an
300
+
* array with two numbers in the form [skidding, distance]:
301
+
* - `skidding` displaces the Popup along the reference element
302
+
* - `distance` displaces the Popup away from, or toward, the reference element in the direction of its placement. A positive number displaces it further away, while a negative number lets it overlap the reference.
0 commit comments