-
-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
background colour of journal-container and body are same in somes activities #1181
Comments
Hmmm. Why not? |
yes @llaske you are right I tried to make the changes by changing the code in activities/Write.activity/css/quill/quill.core.css file. By manual testing (i.e by opening it in browser) I observed that all the scroll bars of the write activity are changed hence side effect occurs. so I will try to find some way to change the background of scroll bar only in case of insert image option. Till then any suggestion from all are welcome. |
You must not change styles in external libraries because if the library is upgraded your change will be lost. |
Ok i will not change the external libraries instead i will try to get the excepted changes using activity.css |
@llaske I think now it is working fine this time I made changes to the activity.css. And the remaining scrollbars are also working fine without any change. I reopened the pr please share your view on it. |
Same issue in Paint, Shared Notes and Fototoon. |
All the activities inherit same properties and opacity from the library lib/picoModel.js but still difference occurs. Another way to solve this issue and make the scrollbar visible is to change the opacity for this activities but confused with were to make the changes as the changes are not applied by making changes to acticity.css. Ans as we cannot make changes to the libraries. |
Fixed in #1184 |
when we click on insert option in write activity then a pop up opens in that when we go to search in abecedarium activity then as the background colour of the journal-container and body are same due to this there is no special highligth for background of scrollbar
I just want to suggest that it will nice if the scroll bar have some background colour which can be implemented by changing the background colour of the journal-container. @llaske please share your view on this
somewhat like this
The text was updated successfully, but these errors were encountered: