Skip to content

Commit 8b07659

Browse files
authored
Entity Sign: Improve Firefox visibility and add focus support. (#20733)
* Chenged right and left position of the infobox. * Added focus support to open the modal. * Moved tabindex out the constructor and added support for enter and space keys.
1 parent bbd3036 commit 8b07659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/components/entity-sign-bundle.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ export class UmbEntitySignBundleElement extends UmbLitElement {
170170
171171
.infobox {
172172
position: absolute;
173-
top: 100%;
173+
top: 0;
174174
margin-top: calc(-12px + var(--offset-h));
175-
left: 100%;
175+
left: 19px;
176176
margin-left: -6px;
177177
background-color: transparent;
178178
padding: var(--uui-size-2);

0 commit comments

Comments
 (0)