fix: keep scrim out of desktop layout
ci / docker (push) Successful in 3m25s

This commit is contained in:
2026-09-07 11:07:56 +08:00
parent d6452fb1c1
commit 810d59b377
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -47,6 +47,11 @@ describe('mobile add task interaction', () => {
})
describe('desktop sidebar collapse & folder scrollbar', () => {
it('keeps overlay scrims out of the desktop grid layout', () => {
expect(css).toContain('.scrim{display:none}')
expect(css).toContain('.scrim{position:fixed;z-index:35;')
})
it('lets the top menu collapse the desktop sidebar', () => {
expect(app).toContain('sidebar-collapsed')
expect(app).toContain('toggleSidebar')