We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9468efe commit daa3b6aCopy full SHA for daa3b6a
addon/components/docs-viewer/x-nav/styles.scss
@@ -6,7 +6,7 @@
6
font-weight: 400;
7
display: flex;
8
flex-direction: column;
9
- overflow: scroll;
+ overflow: hidden;
10
11
&-header {
12
text-align: center;
@@ -51,13 +51,13 @@
51
52
&-list-wrapper {
53
padding: 20px 0;
54
+ overflow: scroll;
55
}
56
57
&-footer {
- border-top: 1px solid #eee;
58
- // margin: 20px 0;
59
padding: 20px;
60
+ box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.1);
61
62
63
&-footer-link {
0 commit comments