Skip to content

Commit 243570d

Browse files
committed
refactor: remove unused inline styles from ScorecardViewPage
- Eliminated redundant `width` and `height` styles (`100dvw` and `100dvh`) from container div for cleaner code.
1 parent 64904c8 commit 243570d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/ScorecardViewPage/ScorecardViewPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ function MainView() {
6161
<ScorecardStateProvider initialState={initialState} config={config}>
6262
<div
6363
style={{
64-
width: "100dvw",
65-
height: "100dvh",
6664
display: "flex",
6765
flexDirection: "column",
6866
gap: 16,

0 commit comments

Comments
 (0)