summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authoradityacp2020-04-21 17:31:26 +0530
committeradityacp2020-04-21 17:31:26 +0530
commitd94f28984782e2fd14f7730dff29a078cf6976c0 (patch)
treede334bd5c684161e3bc3df8e1f9c730f56de83ff /yaksh/static
parent01c9faa0abeedb748600c35a35bd6cf8124bd64d (diff)
downloadonline_test-d94f28984782e2fd14f7730dff29a078cf6976c0.tar.gz
online_test-d94f28984782e2fd14f7730dff29a078cf6976c0.tar.bz2
online_test-d94f28984782e2fd14f7730dff29a078cf6976c0.zip
Replace students list of names with a drop down
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css
index 63ee455..c3050d5 100644
--- a/yaksh/static/yaksh/css/custom.css
+++ b/yaksh/static/yaksh/css/custom.css
@@ -97,3 +97,10 @@ body, .dropdown-menu {
min-height: 100vh;
transition: all 0.3s;
}
+
+@media (min-width: 1024px) {
+
+ .students-list {
+ position: fixed !important;
+ }
+}