diff options
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index a9c8e27..f995c61 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -98,6 +98,13 @@ body, .dropdown-menu { transition: all 0.3s; } +@media (min-width: 1024px) { + + .students-list { + position: fixed !important; + } +} + /* --------------------------------------------------- FORUM STYLE ----------------------------------------------------- */ @@ -118,10 +125,9 @@ body, .dropdown-menu { .description { font-size: 16px; } - /* --------------------------------------------------- - Quiz qusetion style + Quiz question style ----------------------------------------------------- */ #question_card { border: none; -}
\ No newline at end of file +} |