Prevent text input labels from overlaying scenarios header
This commit is contained in:
@@ -4,5 +4,5 @@ export const stickyHeaderStyle: SystemStyleObject = {
|
||||
position: "sticky",
|
||||
top: "0",
|
||||
backgroundColor: "#fff",
|
||||
zIndex: 1,
|
||||
zIndex: 10,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user