Skip to content
Snippets Groups Projects
Commit c457db91 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

disable redirect to feature details when editing in feature details, fix...

disable redirect to feature details when editing in feature details, fix anchor at scroll under header & remove dead code--ammend
parent 9beefdba
No related branches found
No related tags found
1 merge request!438REDMINE_ISSUE-14072|Mode édition rapide des signalements
...@@ -25,8 +25,17 @@ body { ...@@ -25,8 +25,17 @@ body {
#app-content { #app-content {
overflow: auto; overflow: auto;
flex: 1 0 auto; /* used to fix height on sticky header and footer */ flex: 1 0 auto; /* used to fix height on sticky header and footer */
height: 61px; /* value by default of the header, defined here to be sync with anchor below */
position: relative; /* for anchor below */
} }
#scroll-top-anchor {
position: absolute;
top: -61px;
visibility: hidden;
}
.page-content { .page-content {
max-width: 1200px; max-width: 1200px;
padding: 0 2em; padding: 0 2em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment