Merge branch 'feature/sidepanel-independent-scrolling' into 'develop'
Sidepanel independent scrolling See merge request !72
This commit is contained in:
commit
dcced2d2e1
4 changed files with 45 additions and 9 deletions
src/components
|
@ -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
|
||||
|
|
|
@ -116,7 +116,6 @@
|
|||
}
|
||||
|
||||
.profile-panel-body {
|
||||
padding-top: 0em;
|
||||
top: -0em;
|
||||
padding-top: 4em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue