Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dmp
OpenAIRE-EUDAT-DMP-service-pilot
Commits
1be8e8e8
Commit
1be8e8e8
authored
Jul 23, 2021
by
Kristian Ntavidi
Browse files
Fix side actions on template editor z-index issue
parent
501a7175
Changes
2
Hide whitespace changes
Inline
Side-by-side
dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.html
View file @
1be8e8e8
...
...
@@ -135,7 +135,7 @@
<!-- <ng-template matStepLabel>{{'DATASET-PROFILE-EDITOR.STEPS.GENERAL-INFO.TITLE' | translate}}
</ng-template> -->
<div
class=
"row"
>
<div
class=
"col-3
"
s
tyle=
"display: flex; height: 40vh;
"
>
<div
class=
"col-3 s
ide-actions
"
>
<ng-container
*ngTemplateOutlet=
"actions"
>
</ng-container>
...
...
dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.scss
View file @
1be8e8e8
...
...
@@ -346,7 +346,7 @@ $blue-color-light: #5cf7f2;
background
:
#f4f4f4
;
position
:
sticky
;
top
:
0
.01em
;
z-index
:
99
;
z-index
:
99
99
;
}
#title-column
{
...
...
@@ -354,3 +354,9 @@ $blue-color-light: #5cf7f2;
align-items
:
baseline
;
padding-right
:
15px
;
}
.side-actions
{
display
:
flex
;
height
:
40vh
;
position
:
sticky
;
top
:
2em
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment