Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-03-24 03:33:23 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-03-24 03:33:23 +0300
commitd97a9b60c1af794313323f5d300e08c304e73e3f (patch)
treedea2dd3fb12939da4b13a460c728d8ff4dffb4d0
parent5a52ae350ba462c76ee87ad2b87a03a2fb4f6243 (diff)
changed scroll to auto for code blocks
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 7ddd746..f2cb4db 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -41,7 +41,7 @@ pre {
border-radius: 5px;
font-size: 0.85em;
background-color: var(--bgAltColor) !important;
- overflow: scroll;
+ overflow: auto;
}
header,