mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 01:33:57 +09:00
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