mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ComposeModal.vue, fix scroll issue and dont hide scrollbar
This commit is contained in:
parent
43b101dbfa
commit
2d959fb354
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue