mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix(ui): scrollbar should not be visible
This commit is contained in:
@@ -52,7 +52,7 @@ function ListContainer(props) {
|
||||
{({ height, width }) => (
|
||||
<List
|
||||
ref={listRef}
|
||||
height={height}
|
||||
height={height - 1} // TODO: we have to subtract 1 from total height so scrollbar doesn't appear (not tested widely)
|
||||
width={width}
|
||||
itemKey={(index) => {
|
||||
switch (index) {
|
||||
|
||||
Reference in New Issue
Block a user