Is it possible to set or change the position of the dock handle? I need it to move down a bit, as it hides some critical information. Yes, I know you can manually drag it. This view is displayed on a large screen that is usually unmanned.
Would the dock handle "Autohide" configuration work for you instead?
Action setting | Description |
---|---|
Handle | Allows you to show or hide a handle for users to expand/collapse the view. |
Show: Show handle at all times. |
|
Hide: Hide handle at all times. |
|
AutoHide: Hide handle when page is not active. |
1 Like
Not sure how to reconfigure it, but you can drag the icon along the edge of the dock. It will maintain that position until you refresh the page.
There's also this in the HTML attributes of the dock toggle, which I'm sure could be modified somehow (but that's beyond my knowledge-level). The transform: translate()
tag in the highlighted line controls the position of the toggle relative to its default position.:
I wasn't waiting long enough! I assumed the autoHide would hide the handle from launch but it does not. you have to wait a few seconds and it goes away. Thank you for forcing me to look at this again!