Custom scrollbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user