summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorPrabhu Ramachandran2018-01-08 19:14:09 +0530
committerGitHub2018-01-08 19:14:09 +0530
commit3abbc557c57eaf2f3d08222034f9a720a1e7a1ed (patch)
treea0ce81036853bb96c722b233153a580f58d22236 /yaksh/static
parentd1cc992eb7dc1a23b866ed89baf602579637244a (diff)
parent08a4c0271535bfb24a82a07d6e881cd2b9bab470 (diff)
downloadonline_test-3abbc557c57eaf2f3d08222034f9a720a1e7a1ed.tar.gz
online_test-3abbc557c57eaf2f3d08222034f9a720a1e7a1ed.tar.bz2
online_test-3abbc557c57eaf2f3d08222034f9a720a1e7a1ed.zip
Merge pull request #416 from adityacp/enhance_yaksh_ui
Enhance yaksh design
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/dashboard.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/css/dashboard.css b/yaksh/static/yaksh/css/dashboard.css
index 20a0339..b5b3648 100644
--- a/yaksh/static/yaksh/css/dashboard.css
+++ b/yaksh/static/yaksh/css/dashboard.css
@@ -38,7 +38,7 @@ body {
z-index: 1000;
display: block;
padding: 20px;
- overflow-x: hidden;
+ overflow-x: auto;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f5f5f5;
border-right: 1px solid #eee;