Forum Discussion

StephanieDg510's avatar
StephanieDg510
Community Member
2 months ago

Scroll bar in modern player

I've created several activities containing essay questions using the modern player. Unfortunately, the scroll bar does not activate when using this player. I don't have this problem with the classic player, but I'd like to keep the modern player.

If you want to add a scroll bar to a text area using the modern player, you can follow these steps:

1 - Open the Publish folder
2 - Open the html5 folder
3 - Open the lib folder
4 - Open the stylesheets folder
5 - Open the desktop.min file
6 - Search in the file and add code where indicated below.

*:not(.mobile-textarea)::-webkit-scrollbar {display: none;} PUT YOUR CODE HERE .micro-scrollbar.scrollarea-scrollbar {


Code to add:

.slide-object-textinput textarea {

  margin-top: 2px;

  margin-left: 10px;

  scrollbar-width: auto; /* Options: auto, thin, none */

  scrollbar-color: darkgray lightgray; /* thumb color, track color */

}


I hope this is helpful!

No RepliesBe the first to reply