Make notifications widget flexible (#5791)
* Make notifications widget flexible * fix
This commit is contained in:
parent
1f8334dcb7
commit
db24dddeff
3 changed files with 53 additions and 9 deletions
|
|
@ -929,7 +929,7 @@ export default Vue.extend({
|
|||
> div {
|
||||
position: sticky;
|
||||
top: calc(#{$header-height} + var(--margin));
|
||||
height: calc(100vh - #{$header-height} - var(--margin) * 2);
|
||||
height: calc(100vh - #{$header-height} - var(--margin));
|
||||
|
||||
&.edit {
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue