Skip to content

Commit

Permalink
overflow-x: hidden for all admin tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Dec 3, 2024
1 parent bd74760 commit 0011e6c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default {
<style scoped>
.list {
background-color: var(--color-background-surface-default) !important;
overflow-x: hidden;
}
.v-theme--cosmosDark.v-list div:nth-child(odd) .v-list-item {
background-color: var(--color-background-base-selected) !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export default {
<style scoped>
.list {
background-color: var(--color-background-surface-default) !important;
overflow-x: hidden;
}
.v-theme--cosmosDark.v-list div:nth-child(odd) .v-list-item {
background-color: var(--color-background-base-selected) !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export default {
}
.list {
background-color: var(--color-background-surface-default) !important;
overflow-x: hidden;
}
.v-theme--cosmosDark.v-list div:nth-child(odd) .v-list-item {
background-color: var(--color-background-base-selected) !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default {
<style scoped>
.list {
background-color: var(--color-background-surface-default) !important;
overflow-x: hidden;
}
.v-theme--cosmosDark.v-list div:nth-child(odd) .v-list-item {
background-color: var(--color-background-base-selected) !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export default {
<style scoped>
.list {
background-color: var(--color-background-surface-default) !important;
overflow-x: hidden;
}
.v-theme--cosmosDark.v-list div:nth-child(odd) .v-list-item {
background-color: var(--color-background-base-selected) !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,6 @@ export default {
<style scoped>
.list {
background-color: var(--color-background-surface-default) !important;
overflow-x: hidden;
}
</style>

0 comments on commit 0011e6c

Please sign in to comment.