We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bf610 commit 71394ccCopy full SHA for 71394cc
.stylelintrc.json
@@ -7,6 +7,7 @@
7
"indentation": "tab",
8
"max-nesting-depth": 5,
9
"number-leading-zero": null,
10
+ "no-missing-end-of-source-newline": null,
11
"order/properties-alphabetical-order": null,
12
"order/order": null,
13
"property-no-vendor-prefix": null,
@@ -17,4 +18,4 @@
17
18
"scss/at-extend-no-missing-placeholder": null,
19
"value-no-vendor-prefix": null
20
}
-}
21
+}
src/components/_tabs.scss
@@ -23,6 +23,8 @@
23
24
25
+ label + .tab-content {
26
+ max-height: 85%;
27
+ overflow-y: scroll;
28
opacity: 1;
29
z-index: initial;
30
@include transition;
@@ -60,6 +62,7 @@
60
62
position: absolute;
61
63
top: 2.4rem;
64
left: 0;
65
+ margin-top: .5rem;
66
width: inherit;
67
opacity: 0;
68
z-index: -1;
0 commit comments