Skip to content

Commit

Permalink
Fix oppia#19847 : Remove overflow bars when hieght is less than max-h…
Browse files Browse the repository at this point in the history
…ieght. (oppia#19857)

fix-overfowbars-seen-each-time-in-windows
  • Loading branch information
rahat2134 authored Mar 2, 2024
1 parent a821335 commit d9b7c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<style>
.oppia-rte {
max-height: 500px;
overflow: scroll;
overflow-y: auto;
}
.oppia-cke-offline-warning {
background: #eee;
Expand Down

0 comments on commit d9b7c38

Please sign in to comment.