diff options
Diffstat (limited to 'src/components/Widget/Sharing')
| -rw-r--r-- | src/components/Widget/Sharing/Sharing.module.scss | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/src/components/Widget/Sharing/Sharing.module.scss b/src/components/Widget/Sharing/Sharing.module.scss index a1ba094..7ecb5ff 100644 --- a/src/components/Widget/Sharing/Sharing.module.scss +++ b/src/components/Widget/Sharing/Sharing.module.scss @@ -3,12 +3,13 @@  @use "@styles/abstracts/placeholders";  .wrapper { -  width: min-content; -  max-height: 100vh;    padding-bottom: var(--spacing-sm); -  position: sticky; -  top: 0; -  overflow-y: auto; + +  @include mix.media("screen") { +    @include mix.dimensions("md") { +      width: min-content; +    } +  }  }  .list { | 
