1
0
Fork 0

Update ComposeModal.vue, fix scroll issue and dont hide scrollbar

This commit is contained in:
Daniel Supernault 2023-07-01 22:36:22 -06:00
parent 43b101dbfa
commit 2d959fb354
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 6 deletions

View File

@ -193,7 +193,7 @@
class="list-group-item cursor-pointer"
:class="{
'text-primary': licenseId === item.id,
'font-weight-bold': licenseId === item.id
'font-weight-bold': licenseId === item.id
}"
@click="toggleLicense(item)">
{{item.name}}
@ -1884,13 +1884,9 @@ export default {
<style lang="scss">
.compose-modal-component {
.media-drawer-filters {
overflow-x: scroll;
overflow-x: auto;
flex-wrap:unset;
}
.media-drawer-filters::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.media-drawer-filters .nav-link {
min-width:100px;
padding-top: 1rem;