mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
feat: provide and consume scroll offsets
This commit is contained in:
@@ -45,7 +45,7 @@ const StatusBar = styled.div`
|
||||
}
|
||||
`;
|
||||
|
||||
const Routes = styled.div`
|
||||
const Routes = styled.div.attrs({ "data-component": "routes" })`
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user