Guide
Auto-hide sidebar rail
Dock Desktop's sidebar rail auto-hides when you don't need it, slides back on hover, and pins open on click. Same idea as Claude.ai's collapsible sidebar: reclaim the canvas without losing the rail, then bring it back with a flick of the mouse.
Three states
- Hidden — the default when you haven't interacted with the rail in a few seconds. Workspace canvas uses the full window width.
- Hover-revealed — move the cursor to the left edge and the rail slides in as an overlay. It overlays the canvas (doesn't push), so the layout doesn't reflow. Move the cursor away and it slides back out.
- Pinned — click the pin icon (or the rail area) to lock it open. Now it pushes the canvas instead of overlaying, so you can work with both visible. Click pin again to unpin and return to auto-hide.
Why this exists
The rail is useful when you want to jump between workspaces, skim recent activity, or open a new one. It's noise when you're heads-down in a single workspace. Auto-hide picks the right state automatically — visible while you're navigating, gone once you settle in.
Frequently asked questions
- How do I turn off the auto-hide sidebar in Dock Desktop?
- Click the pin icon in the rail when it's revealed. The rail stays open until you click pin again. There's no separate global toggle — the pin is the toggle.
- Does auto-hide affect the web app?
- Yes, the same auto-hide rail ships on trydock.ai too. The behavior is identical on desktop and web; the desktop integration just adds the frosted top bar above it.
- Why does the rail overlay instead of push when hover-revealed?
- To avoid a layout reflow every time the mouse touches the edge. Overlay-on-hover, push-on-pin keeps the canvas stable while still letting you commit to the rail when you mean it.
Related
- Frosted top bar: the macOS chrome that sits above the rail.
- Native shortcuts: keyboard moves for the sidebar and beyond.