fixed some scrollbars
This commit is contained in:
parent
d159825b27
commit
c0d8300a8e
4 changed files with 20 additions and 12 deletions
|
@ -22,7 +22,7 @@ module.exports = function(state, emit) {
|
|||
? intro(state)
|
||||
: list(
|
||||
archives,
|
||||
'list-reset h-full overflow-y-scroll w-full',
|
||||
'list-reset h-full overflow-y-auto w-full',
|
||||
'mb-3 w-full'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue