User:Zuhui/SI26/Storybook/CSS trouble shooting

From XPUB & Lens-Based wiki

selector overlapping

Bug.png
Bug3.png
Bug2.png
Bug4.png

ran into CSS selector overlapping mess. stuff like .butter + .forest and .forest + .melt were all showing up at once because their combinations overlapped. tried to solve with z-index but it's not useful










I need a seperate css file, to handle all the overlapping/conflicting selectors by hiding them with--display:none;, or opacity:0;