mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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
|
@ -1884,13 +1884,9 @@ export default {
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.compose-modal-component {
|
.compose-modal-component {
|
||||||
.media-drawer-filters {
|
.media-drawer-filters {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
flex-wrap:unset;
|
flex-wrap:unset;
|
||||||
}
|
}
|
||||||
.media-drawer-filters::-webkit-scrollbar {
|
|
||||||
width: 0px;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
.media-drawer-filters .nav-link {
|
.media-drawer-filters .nav-link {
|
||||||
min-width:100px;
|
min-width:100px;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue