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

replace overflow scroll by auto to hide chrome scrollbar if no overflow

parent 240df080
No related branches found
No related tags found
1 merge request!482REDMINE_ISSUE-14358| Permettre la rédaction en Markdown de la description d'un projet et limiter l'affichage sur l'accueil
......@@ -102,7 +102,7 @@ export default {
}
ul.list{
overflow: scroll;
overflow: auto;
height: 2.2em;
margin-bottom: .5em !important;
}
......
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