You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a resolve this issue.
Please set padding value is zero.
Ex:-
$scope.fancybox= {
padding: 0,
}
then open popup one issue created this issue fixed by css.
Ex:-
#fbplus-close {
top: -22px;
right: -66px;
}
but border is gone. we wont border plz set outline in css property.
Ex:-
#fbplus-content{
outline: 10px solid #FFFFFF;
}
the image loads near the center, then shifts down and to the right a few pixels. has anyone else experienced this?
The text was updated successfully, but these errors were encountered: