Skip to content

Commit fadc487

Browse files
authored
Merge pull request #7 from AlexandreGaubert/mrgfy-1238-enterprise-documentation-does-not-work
fix: mrgfy-1238 side menu not visible on small display
2 parents 567a03e + 8f46929 commit fadc487

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

super.so-theme-docs/style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,12 @@ p {
10101010
height: 30px!important;
10111011
}
10121012
.notion-root>.notion-column-list>.notion-column:nth-child(1) {
1013-
display: none!important;
1013+
height: fit-content !important;
1014+
position: static !important;
1015+
width: 100% !important;
1016+
}
1017+
.notion-column-list:first-child {
1018+
flex-direction: column !important;
10141019
}
10151020
.notion-root>.notion-column-list>.notion-column:nth-child(1).show-nav {
10161021
opacity: 1 !important;

0 commit comments

Comments
 (0)