Skip to content

Commit

Permalink
hot-fix: tablet profile page menu cahnge overflow;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Feb 16, 2023
1 parent 96b2d7d commit 2e9ffc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/components/page/profile/Widget-MenuOpt.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ COMPONENT STYLE
background: #ffffff;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
border-radius: 12px;
overflow: hidden;
}
div#profile-menu-widget-container
Expand Down Expand Up @@ -330,6 +329,13 @@ COMPONENT STYLE
}
}
@media screen and (min-width: 1159px) {
/* desktop styles dropdown */
div#profile-menu-widget-container {
overflow: hidden;
}
}
/* -----------------
WIDGET DARK THEME
----------------- */
Expand Down

0 comments on commit 2e9ffc2

Please sign in to comment.