Skip to content

Commit daa3b6a

Browse files
committed
Fix the nav footer
1 parent 9468efe commit daa3b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

addon/components/docs-viewer/x-nav/styles.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
font-weight: 400;
77
display: flex;
88
flex-direction: column;
9-
overflow: scroll;
9+
overflow: hidden;
1010

1111
&-header {
1212
text-align: center;
@@ -51,13 +51,13 @@
5151

5252
&-list-wrapper {
5353
padding: 20px 0;
54+
overflow: scroll;
5455
}
5556

5657
&-footer {
57-
border-top: 1px solid #eee;
58-
// margin: 20px 0;
5958
padding: 20px;
6059
text-align: center;
60+
box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.1);
6161
}
6262

6363
&-footer-link {

0 commit comments

Comments
 (0)