Skip to content

Commit c38acb5

Browse files
authored
Merge pull request #6615 from Vincamine/wyllie-fix-content-table-2
Fix: Overlapping CSS Issues and Layout Conflicts on HandBook page
2 parents 020b067 + f1a7598 commit c38acb5

File tree

2 files changed

+188
-315
lines changed

2 files changed

+188
-315
lines changed

src/components/handbook-navigation/toc.style.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ const TOCWrapper = styled.div`
1111
width:15rem;
1212
padding-bottom: 2rem;
1313
14-
@media screen and (min-width: 768px) and (max-height: 1145px) {
15-
height : calc(100vh - 10rem);
16-
overflow-y : auto
17-
18-
}
1914
@media screen and (min-width: 1280px) and (max-width: 1350px) {
2015
margin-left:0.2rem;
2116
}

0 commit comments

Comments
 (0)