We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
course-id
1 parent 8d5d635 commit 65ca22fCopy full SHA for 65ca22f
_sass/_base.scss
@@ -164,6 +164,7 @@ sub {
164
@include align-middle();
165
font-family: var(--font-special);
166
flex-direction: column;
167
+ z-index: 100;
168
a {
169
color: var(--color-theme);
170
display: flex;
_sass/_tab-main.scss
@@ -70,9 +70,11 @@
70
padding: 10px;
71
overflow: hidden;
72
text-align: left;
73
- display: flex;
74
- flex-direction: column;
75
- justify-content: space-between;
+ &:not(.limit-height) {
+ display: flex;
+ flex-direction: column;
76
+ justify-content: space-between;
77
+ }
78
&.limit-height {
79
max-height: var(--grid-body-height);
80
overflow-y: auto;
0 commit comments