Skip to content

Commit

Permalink
Fix scroll bar shifting isssue
Browse files Browse the repository at this point in the history
  • Loading branch information
DemogorGod committed Sep 15, 2023
1 parent c976b48 commit b71fef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/layouts/default-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ onUnmounted(() =>{
<div :class="openWalletsModal? 'flex flex-col h-screen' : ''">
<div
class="px-[60px] 800s:px-[5%] pt-[17px] pb-[19px] flex flex-wrap gap-[20px] justify-between items-center bg-black relative"
:class="openWalletsModal? 'pr-[75px]' : ''"
:class="openWalletsModal && doesScrollBarExist? 'pr-[75px]' : ''"
>
<img
src="/casimir.svg"
Expand Down

0 comments on commit b71fef3

Please sign in to comment.