+ 의 검색량이 전 주에 비해 + + {Math.abs(Math.round(percent))}% + +
++ 의 검색량이 전 주에 비해 + + {Math.abs(percent)}% + +
+의 검색량을 불러오는 중이에요...
+ > + ) + } + toLink="/main/social" + /> +({ratePerYesterday}%)
{signPerYesterday > 0 ? (▼
diff --git a/src/pages/stock/Stock.style.js b/src/pages/stock/Stock.style.js index a701d27..fc8ac47 100644 --- a/src/pages/stock/Stock.style.js +++ b/src/pages/stock/Stock.style.js @@ -8,6 +8,7 @@ export const StyledStockDiv = styled.div` export const StyledStockRightDiv = styled.div` background-color: ${(props) => (props.darkMode ? "#282828" : "white")}; + overflow-y: scroll; `; export const StyledStockHeaderDiv = styled.div`