Custom scrollbar

This commit is contained in:
2019-10-05 18:50:12 +02:00
parent 9a77c20cc6
commit e62d99d0fc
10 changed files with 670 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
left: 0;
bottom: 0;
width: calc(30% - 1em);
overflow: auto;
#upload_file {
margin-bottom: 1em;
@@ -15,8 +16,9 @@
overflow: auto;
.doc-item {
margin-bottom: 1em;
&:not(:last-child) {
margin-bottom: 1em;
}
.link {
text-align: left;
white-space: nowrap;
@@ -58,6 +60,7 @@
height: calc(100% - 43.35px);
border: 2px solid $gray-400;
@include catc-round(0.5em);
padding: 1em 0.5em 1em 0;
}
}
}