Skip to content

Commit c8ec8a4

Browse files
committed
fix: max-height of container
1 parent 5a03f78 commit c8ec8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layout/Header/navbar/DappList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const Header = styled.h1`
7070
const Container = styled.div`
7171
display: flex;
7272
position: absolute;
73+
max-height: 60vh;
7374
top: 5%;
7475
left: 50%;
7576
transform: translate(-50%);
@@ -99,7 +100,6 @@ const ItemsDiv = styled.div`
99100
justify-items: center;
100101
max-width: 480px;
101102
min-width: 300px;
102-
max-height: 60vh;
103103
width: calc(300px + (480 - 300) * (100vw - 375px) / (1250 - 375));
104104
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
105105
`;

0 commit comments

Comments
 (0)