Skip to content

Commit 50f3af6

Browse files
SidlaMartin ŠidlíkHardikGoyal2003
authored
Fix oppia#20749 Made the next lesson button visible (oppia#21161)
* Managing Issue oppia#20749 * fixed Linter Checks errors * fixed Linter Checks errors #2 * fixed Linter Checks errors #3 * fixed Linter Checks errors #4 * fixed Linter Checks errors #5 * fixed Linter Checks errors #6 --------- Co-authored-by: Martin Šidlík <[email protected]> Co-authored-by: Hardik Goyal <[email protected]>
1 parent cac148a commit 50f3af6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core/templates/pages/exploration-player-page/learner-experience/conversation-skin.component.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ oppia-conversation-skin .supplemental-card-parent-container {
2525
.conversation-skin-next-lesson-wrapper {
2626
align-items: center;
2727
background-color: white;
28-
bottom: 0;
2928
display: flex;
30-
margin: 0 0 -68px 0;
29+
flex-wrap: wrap;
30+
justify-content: flex-end;
31+
overflow: hidden;
3132
padding: 10px;
32-
position: absolute;
33-
right: 0;
33+
position: relative;
3434
text-align: right;
3535
vertical-align: middle;
36+
width: 100%;
3637
}
3738

3839
.conversation-skin-next-lesson-text {

0 commit comments

Comments
 (0)