Make notifications widget flexible (#5791)
* Make notifications widget flexible * fix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user