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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-07 21:04:31 +0300
committerGitHub <noreply@github.com>2021-10-07 21:04:31 +0300
commitba997ff4c5e930ea5eb8a5ad9f5997d759e03c0b (patch)
tree2346b62afc54c88d985153467aa00d39fa4615f1 /static
parent7b604b30e57ee2ab1d0a7b4c7528918e44bd522e (diff)
Update and run autoprefixer #432
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
Diffstat (limited to 'static')
-rw-r--r--static/css/layouts/single.css1
-rw-r--r--static/css/navigators/sidebar.css3
2 files changed, 4 insertions, 0 deletions
diff --git a/static/css/layouts/single.css b/static/css/layouts/single.css
index 0215391..236fb5d 100644
--- a/static/css/layouts/single.css
+++ b/static/css/layouts/single.css
@@ -37,6 +37,7 @@ body {
}
.toc-holder {
+ position: -webkit-sticky;
position: sticky;
top: 4.5rem;
overflow-x: hidden;
diff --git a/static/css/navigators/sidebar.css b/static/css/navigators/sidebar.css
index c26a009..9faf7e7 100644
--- a/static/css/navigators/sidebar.css
+++ b/static/css/navigators/sidebar.css
@@ -8,6 +8,7 @@
.sidebar-holder {
top: 2.5rem;
+ position: -webkit-sticky;
position: sticky;
background-color: #f9fafc;
height: 100vh;
@@ -191,6 +192,7 @@ a.focused {
transition: all ease-out 0.3s;
}
.sidebar-holder {
+ position: -webkit-sticky;
position: sticky;
top: 2.5rem;
width: 100%;
@@ -220,6 +222,7 @@ a.focused {
transition: all ease-out 0.3s;
}
.sidebar-holder {
+ position: -webkit-sticky;
position: sticky;
top: 2.5rem;
width: 100%;