Merge pull request #1156 from BeatC/fix-popover

Fix popover
This commit is contained in:
Дамян Минков 2016-11-23 12:52:50 -06:00 committed by GitHub
commit 4900fe020d
2 changed files with 4 additions and 4 deletions

View File

@ -14,13 +14,13 @@
/*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
/*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);*/
white-space: normal;
margin-top: -13px;
margin-top: -$popoverMenuPadding;
&__menu-padding {
height: 10px;
height: $popoverMenuPadding;
width: 100px;
position: absolute;
bottom: -13px;
bottom: -$popoverMenuPadding;
}
&__showmore {

View File

@ -98,7 +98,7 @@ $notificationWidth: 215px;
$borderRadius: 3px;
$defaultWatermarkLink: '../images/watermark.png';
$sidebarWidth: 220px;
$popoverMenuPadding: 13px;
$happySoftwareBackground: transparent;
/**