Commit 3d040977 by Usman Khalid

Set position for collapsible.js full-bottom link.

Currently it is covering the whole parent div.

LMS-2852
parent 0dbcf062
...@@ -781,9 +781,13 @@ div.problem { ...@@ -781,9 +781,13 @@ div.problem {
text-align: right; text-align: right;
font-size: 1em; font-size: 1em;
&.full-top{ &.full-top {
@include position(absolute, 1px 0px auto 0px); @include position(absolute, 1px 0px auto 0px);
} }
&.full-bottom {
@include position(absolute, auto 0px 1px 0px);
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment