Skip to content

Commit

Permalink
fix(LoadingContainer): content selection
Browse files Browse the repository at this point in the history
fixes content inside HvLoadingContainer not being selectable (even when
hidden)
  • Loading branch information
zettca authored and MEsteves22 committed Apr 5, 2024
1 parent 6bc33a4 commit 54151ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const { staticClasses, useClasses } = createClasses("HvLoadingContainer", {
root: {
position: "relative",
height: "inherit",
userSelect: "none",
},
loading: {
position: "absolute",
userSelect: "none",
inset: 0,
zIndex: theme.zIndices.overlay,
transition: "background-color .2s ease",
Expand Down

0 comments on commit 54151ea

Please sign in to comment.