I am facing some challenges while trying to create a panel and I'm struggling to resolve them.
Currently, I have set the min-height on
.panel_out {
width: 23%;
min-height: 100%;
float: left;
color: #707070;
}
The issue is that only the panel_buttons
are displaying the desired color within the specified 23% of the screen from the left margin, rather than the entire section showing up in the panel_out color.
Furthermore, the active state is not maintaining the color I've chosen when selecting a panel_button
. Additionally, I'm looking for a solution to remove the default blue border that appears when clicking on the panel button.
For reference, you can view a demo of the problem in this fiddle: