Skip to content

Commit

Permalink
fix scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 5, 2024
1 parent b41be62 commit 046c998
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/setup/TilesSetup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export default defineComponent({
overflow-x: auto;
}
.bookActions {
position: relative;
height: 75px;
width: 400px;
.background {
Expand All @@ -263,6 +264,7 @@ export default defineComponent({
filter: drop-shadow(2px 2px 2px #888);
}
.innovation {
position: relative;
width: 600px;
height: 300px;
.background {
Expand Down Expand Up @@ -302,6 +304,7 @@ export default defineComponent({
}
}
.competency {
position: relative;
width: 600px;
height: 350px;
margin-top: -25px;
Expand Down

0 comments on commit 046c998

Please sign in to comment.