Reputation: 1851
Here is the example.
What I want is to make that thumbnails gallery remain unaffected by that top panel. I've tried position:absolute and fixed on the thumbnail gallery container div and it doesn't work
Upvotes: 0
Views: 64
Reputation: 2522
What you should do is add position: absolute to the top panel.
position: absolute
Upvotes: 3