alexkuz/react-dock

Non Adjustable Dock (fix-width)

Closed this issue · 2 comments

Awesome plugin first of all. Curious on how do I set a fix width on the Dock? I don't want users to be able to able to drag the edges and resize the content of the dock at their will.

Thank you!

Ah I found the combined settings below worked for what I am looking for.

<Dock fluid={false} size={300}></Div>
//size in px

I needed to leave the Dock adaptive to the mobile, using @media queries to set the size to '100%', but the size only accepts integers, do you know some way to use the size for it?