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
Copy file name to clipboardExpand all lines: content/developer/reference/frontend/hooks.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,13 @@ resized/scrolled.
109
109
}
110
110
MyPopover.template=owl.tags.xml`<div>I am positioned through a wonderful hook!</div>`
111
111
112
+
113
+
.. note::
114
+
The following CSS classes can be used to style the target HTMLElement:
115
+
116
+
- `o-popper-position`
117
+
- `o-popper-position--{D}{V}` where `{D}` and `{V}` are replaced by the first letter of the corresponding Direction and Variant (see Options table below for valid directions and variants). E.g.: for position `bottom-end`, the class name will be `o-popper-position--be`.
0 commit comments