sticky draft toolbar with tooltips
This commit is contained in:
parent
d6b037e9ea
commit
609cef854e
4 changed files with 26 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue