This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 09cf0ad9 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

added feature that search input is going with the scroll

parent 1c28be89
Branches
Tags
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
...@@ -60,10 +60,10 @@ ...@@ -60,10 +60,10 @@
</div> </div>
</div> <!-- modal bookmark end--> </div> <!-- modal bookmark end-->
<button type="button" class="btn btn-outline-secondary" <!-- <button type="button" class="btn btn-outline-secondary"
style="display: block; margin-bottom: 5px;" style="display: block; margin-bottom: 5px;"
jhiTranslate="exercise.details.hitDetails"> jhiTranslate="exercise.details.hitDetails">
</button> </button> -->
<button type="button" class="btn btn-outline-secondary" <button type="button" class="btn btn-outline-secondary"
style="display: block; margin-bottom: 5px;" style="display: block; margin-bottom: 5px;"
......
.card-container { .card-container {
padding: 20px; padding: 20px;
position: -webkit-sticky;
position: sticky;
} }
.card-container { .card-container {
padding: 20px; padding: 20px;
position: -webkit-sticky;
position: sticky;
top: 0;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment