Replies: 3 comments
-
You could just use a browser with PiP (Picture in Picture) |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could easily accomplish this with CSS. .winbox.pinned {
z-index: 9999 !important;
} new WinBox("Pinned Window", { class: ['pinned'] }) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding custom controls to the window toolbar is now supported. You can combine this with the workaround above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically have a little pin icon which when pressed causes the window to always be on top of all other windows. This is useful for pop-out video players or audio controls for example.
Beta Was this translation helpful? Give feedback.
All reactions