1
0
Fork 0
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:
Harvey Kandola 2017-12-24 09:14:32 +00:00
parent 7505904de1
commit 58c88e2127
2 changed files with 706 additions and 704 deletions

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,9 @@
padding: 0 20px 20px 20px; padding: 0 20px 20px 20px;
background-color: $color-off-white; background-color: $color-off-white;
border: 1px solid $color-border; 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 box-sizing: border-box; // ensures width/height properties (and min/max properties) includes content, padding and border
z-index: 777; z-index: 777;
display: block; display: block;