aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widget/Sharing/Sharing.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Widget/Sharing/Sharing.module.scss')
-rw-r--r--src/components/Widget/Sharing/Sharing.module.scss11
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 {