Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
237 B

// panel header changes overflow of it's box layout's innerCt to visible so that certain
// items can negate the effect of the header's padding by using negative margins
.#{$prefix}header > .#{$prefix}box-inner {
overflow: visible;
}