Improve server picker scrolling and subscription input layout
This commit is contained in:
@@ -75,8 +75,9 @@ test('server rows scroll inside the subscription drawer without moving the main
|
||||
assert.match(scroll, /overflow-y:\s*auto/);
|
||||
assert.match(scroll, /scrollbar-width:\s*none/);
|
||||
assert.match(styles, /\.client-server-scroll::-webkit-scrollbar\s*\{[\s\S]*display:\s*none/);
|
||||
assert.match(simpleScroll, /max-height:\s*none/);
|
||||
assert.match(simpleScroll, /overflow:\s*visible/);
|
||||
assert.match(simpleScroll, /max-height:\s*352px/);
|
||||
assert.match(simpleScroll, /overflow-y:\s*auto/);
|
||||
assert.match(simpleScroll, /scrollbar-width:\s*thin/);
|
||||
assert.match(grid, /width:\s*min\(100%, 220px\)/);
|
||||
assert.match(rule('.client-drawer'), /overflow-y:\s*auto/);
|
||||
assert.match(subscription, /client-profile-list[\s\S]*feature\.profiles\.map\(\(profile\) => <ProfileGroup/);
|
||||
|
||||
Reference in New Issue
Block a user