mirror of
https://github.com/documize/community.git
synced 2025-07-21 06:09:42 +02:00
scrollbar css for document TOC
This commit is contained in:
parent
7505904de1
commit
58c88e2127
2 changed files with 706 additions and 704 deletions
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,9 @@
|
|||
padding: 0 20px 20px 20px;
|
||||
background-color: $color-off-white;
|
||||
border: 1px solid $color-border;
|
||||
overflow: scroll;
|
||||
// overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
box-sizing: border-box; // ensures width/height properties (and min/max properties) includes content, padding and border
|
||||
z-index: 777;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue