Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
43e1fe97
Unverified
Commit
43e1fe97
authored
Dec 21, 2021
by
Tina Zheng
Committed by
GitHub
Dec 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: double scroll in manage token list (#3020)
* fix double scroll * remove bottom padding
parent
e9a9dd97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Manage.tsx
src/components/SearchModal/Manage.tsx
+2
-1
ManageLists.tsx
src/components/SearchModal/ManageLists.tsx
+3
-2
No files found.
src/components/SearchModal/Manage.tsx
View file @
43e1fe97
...
...
@@ -16,7 +16,8 @@ import { PaddedColumn, Separator } from './styleds'
const
Wrapper
=
styled
.
div
`
width: 100%;
position: relative;
padding-bottom: 80px;
display: flex;
flex-flow: column;
`
const
ToggleWrapper
=
styled
(
RowBetween
)
`
...
...
src/components/SearchModal/ManageLists.tsx
View file @
43e1fe97
...
...
@@ -31,7 +31,8 @@ import { CurrencyModalView } from './CurrencySearchModal'
import
{
PaddedColumn
,
SearchInput
,
Separator
,
SeparatorDark
}
from
'
./styleds
'
const
Wrapper
=
styled
(
Column
)
`
height: 100%;
flex: 1;
overflow-y: hidden;
`
const
UnpaddedLinkStyledButton
=
styled
(
LinkStyledButton
)
`
...
...
@@ -229,7 +230,7 @@ const ListContainer = styled.div`
padding: 1rem;
height: 100%;
overflow: auto;
padding-bottom: 80px
;
flex: 1
;
`
export
function
ManageLists
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment