Merge branch 'feature/sidepanel-independent-scrolling' into 'develop'

Sidepanel independent scrolling

See merge request 
This commit is contained in:
lambadalambda 2017-04-14 07:50:45 -04:00
commit dcced2d2e1
4 changed files with 45 additions and 9 deletions
src/components
notifications
user_card_content

View file

@ -1,6 +1,8 @@
@import '../../_variables.scss';
.notifications {
// a bit of a hack to allow scrolling below notifications
padding-bottom: 15em;
.panel-heading {
// force the text to stay centered, while keeping

View file

@ -116,7 +116,6 @@
}
.profile-panel-body {
padding-top: 0em;
top: -0em;
padding-top: 4em;
}