Skip to content

Commit

Permalink
fix: change sheet width
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejsharapov committed Jul 25, 2023
1 parent d314b54 commit 4e540e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cases/design/websites/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<v-sheet
class="position-absolute"
height="48"
width="100%"
width="calc(100% + 1px)"
style="bottom: 0; background-color: var(--light)"
/>
</div>
Expand Down

0 comments on commit 4e540e3

Please sign in to comment.