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