Skip to content

Commit

Permalink
ポップアップが画面の端に来ると表示が壊れる不具合の修正およびポップアップがツールバーより上に来るように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
UnABC committed Jan 6, 2025
1 parent 6bbdefe commit 7c3878d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,6 @@ const { isHovered, onMouseEnter, onMouseLeave } = useHover()
contain: content;
position: absolute;
bottom: 105%;
z-index: $z-index-message-element-scaled-stamp;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const props = defineProps<{
.detail {
color: var(--specific-count-text);
@include color-ui-primary;
flex: 1 1 0;
max-width: 500px;
min-width: 0;
overflow: hidden;
Expand Down
1 change: 1 addition & 0 deletions src/styles/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $z-index-message-loading: 2;

$z-index-message-element-tools: 3;
$z-index-message-element-tools-menu: 5;
$z-index-message-element-scaled-stamp: 7;

$z-index-main-view-wrapper: 10;
$z-index-sidebar-wrapper: 11;
Expand Down

0 comments on commit 7c3878d

Please sign in to comment.