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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-01-30 08:55:55 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-01-30 08:55:55 +0300
commit92c1db34968f59f681fdf09e7b59695046d6fdb8 (patch)
tree3fcffbf25d14e67e31a84251b56e9ae8d6a14caa /assets
parente7a7438fe0cf11632a44292fb00fa4e0b2a22a33 (diff)
Add scrollbar for WebKit browsers.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss9
1 files changed, 1 insertions, 8 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 42af2ed..d081e01 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -50,10 +50,6 @@ $single-column-toc-size: 14px;
$h1: 30px;
$h-diff: 3px;
-::-webkit-scrollbar {
- display: none;
-}
-
::selection {
background: rgba($color-accent, 0.4);
}
@@ -121,10 +117,7 @@ button {
table {
table-layout: fixed;
-}
-
-th,td {
- word-wrap: break-word;
+ overflow-x: scroll;
}
button {