Skip to content

Commit 622b7d4

Browse files
committed
fix z-index of Artifact menu
1 parent 3db1eac commit 622b7d4

2 files changed

Lines changed: 15 additions & 27 deletions

File tree

BlazorDiffusion/Shared/ArtifactMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@inherits AppAuthComponentBase
22

3-
<div class="absolute z-10 top-0 left-0 w-full h-full" @onmouseover="OnDone">
3+
<div class="absolute z-20 top-0 left-0 w-full h-full" @onmouseover="OnDone">
44

55
<div class="absolute p-8" style=@($"top:{Position.PageY-OffsetY}px;left:{Position.PageX-OffsetX}px")
66
@onmouseover:stopPropagation @onmouseover:preventDefault @oncontextmenu:preventDefault>

BlazorDiffusion/wwwroot/css/app.css

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,19 +2568,19 @@ input[data-autocompleted] {
25682568
line-height: 1.25rem;
25692569
}
25702570

2571-
.text-xs {
2572-
font-size: 0.75rem;
2573-
line-height: 1rem;
2571+
.text-lg {
2572+
font-size: 1.125rem;
2573+
line-height: 1.75rem;
25742574
}
25752575

25762576
.\!text-lg {
25772577
font-size: 1.125rem !important;
25782578
line-height: 1.75rem !important;
25792579
}
25802580

2581-
.text-lg {
2582-
font-size: 1.125rem;
2583-
line-height: 1.75rem;
2581+
.text-xs {
2582+
font-size: 0.75rem;
2583+
line-height: 1rem;
25842584
}
25852585

25862586
.text-xl {
@@ -4034,8 +4034,8 @@ input[data-autocompleted] {
40344034
display: none;
40354035
}
40364036

4037-
.sm\:h-96 {
4038-
height: 24rem;
4037+
.sm\:h-64 {
4038+
height: 16rem;
40394039
}
40404040

40414041
.sm\:h-24 {
@@ -4050,16 +4050,12 @@ input[data-autocompleted] {
40504050
height: 100vh;
40514051
}
40524052

4053-
.sm\:h-64 {
4054-
height: 16rem;
4055-
}
4056-
40574053
.sm\:w-1\/3 {
40584054
width: 33.333333%;
40594055
}
40604056

4061-
.sm\:w-96 {
4062-
width: 24rem;
4057+
.sm\:w-64 {
4058+
width: 16rem;
40634059
}
40644060

40654061
.sm\:w-\[600px\] {
@@ -4078,12 +4074,12 @@ input[data-autocompleted] {
40784074
width: 1.5rem;
40794075
}
40804076

4081-
.sm\:w-full {
4082-
width: 100%;
4077+
.sm\:w-96 {
4078+
width: 24rem;
40834079
}
40844080

4085-
.sm\:w-64 {
4086-
width: 16rem;
4081+
.sm\:w-full {
4082+
width: 100%;
40874083
}
40884084

40894085
.sm\:max-w-xs {
@@ -4486,18 +4482,10 @@ input[data-autocompleted] {
44864482
display: table-cell;
44874483
}
44884484

4489-
.xl\:h-\[512px\] {
4490-
height: 512px;
4491-
}
4492-
44934485
.xl\:h-96 {
44944486
height: 24rem;
44954487
}
44964488

4497-
.xl\:w-\[512px\] {
4498-
width: 512px;
4499-
}
4500-
45014489
.xl\:w-96 {
45024490
width: 24rem;
45034491
}

0 commit comments

Comments
 (0)