mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-26 14:21:36 -04:00
Proper Scroll Area Styling for TOC
This commit is contained in:
parent
69b5d2338b
commit
293ce340f4
@ -107,3 +107,27 @@
|
||||
}
|
||||
|
||||
.kiwix-toc-item-a:before { content: counters(item, ".") " "; counter-increment: item; margin-right: 10px; padding-left: 10px; }
|
||||
|
||||
#kiwix-toc {
|
||||
all: initial;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
/* #kiwix-toc-title-div height&padding and #kiwix-toc border-top */
|
||||
height: calc(100vh - 51px);
|
||||
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#kiwix-toc::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
border: 1px solid #ccc;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#kiwix-toc::-webkit-scrollbar-thumb {
|
||||
background-color: darkgrey;
|
||||
outline: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user