Make notifications widget flexible (#5791)

* Make notifications widget flexible

* fix
This commit is contained in:
tamaina 2020-01-31 04:53:16 +09:00 committed by GitHub
parent 1f8334dcb7
commit db24dddeff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 9 deletions

View file

@ -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;