Skip to content

Commit

Permalink
Fix collaboration modal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
exentrich committed Jul 26, 2024
1 parent ab179d7 commit d0912bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/collections/sharing/tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function SharingTabs({ tab, setTab, _id }) {
], [collection, sharingCount])

return (
<Header style={{paddingTop:0}}>
<Header style={{paddingTop:0}} data-static>
<Tabs
items={tabs}
active={tab}
Expand Down
1 change: 1 addition & 0 deletions src/co/overlay/modal/index.module.styl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
flex-direction: column
width: 100%
height: 100%
min-height: 0
overflow: hidden
overflow: clip
}
Expand Down

0 comments on commit d0912bb

Please sign in to comment.