You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that another element is created in the right side of the screen with css properties that make him to be unvisible.
setting those settings from the root let you see him :
* {
outline: 1px solid #f00 !important;
opacity: 1 !important;
visibility: visible !important;
}
What?
Current Behavior
when opening Moodle with the extention, the page can be scrolled to right even though there is no content there.
Expected Behavior
No option to scroll right, like it is in moodle without the extention.
The text was updated successfully, but these errors were encountered: