telegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchat
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
5 lines
237 B
9 years ago
|
// 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;
|
||
|
}
|