feat(SW-2708): Made meeting package widget visible, but not sticky on smaller viewports

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-05-12 12:30:40 +00:00
parent d9a9c09305
commit bbc279379f
2 changed files with 8 additions and 3 deletions

View File

@@ -2,8 +2,6 @@
width: 100%;
max-width: var(--max-width-page);
margin: 0 auto;
/* Hiding widget on mobile for now as the widget is not ready for mobile use at the moment */
display: none;
}
.widget.isLoading {
@@ -14,6 +12,5 @@
@media screen and (min-width: 948px) {
.widget {
background-color: var(--Base-Surface-Primary-light-Normal);
display: block;
}
}