1
0
Fork 0

sticky draft toolbar with tooltips

This commit is contained in:
Enoch Riese 2023-06-21 23:11:14 -05:00
parent d6b037e9ea
commit 609cef854e
4 changed files with 26 additions and 16 deletions

View file

@ -160,8 +160,8 @@ export const WorkbenchHeader = ({ view, setView }) => {
>
<div
className={`
flex flex-col lg:justify-between
items-center w-full sticky lg:top-26`}
flex flex-col
items-center w-full sticky top-4 lg:top-28`}
>
<NavIcons {...{ setView, setDense, dense, view }} />
</div>