Merge pull request #5861 from artoscinote/ma_SCI_8916

Don't show scrollbars when not needed [SCI-8916]
This commit is contained in:
artoscinote 2023-07-25 14:33:23 +02:00 committed by GitHub
commit 3c655ab974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -419,7 +419,7 @@
.task-notes-content {
margin-left: 10px;
overflow-x: scroll;
overflow-x: auto;
.form-group.has-error {
border: 1px solid $brand-danger;

View file

@ -73,7 +73,7 @@
}
.ql-editor {
overflow-x: scroll;
overflow-x: auto;
}
.result-icon {

View file

@ -269,7 +269,7 @@
}
#protocol-description-container {
overflow-x: scroll;
overflow-x: auto;
}
.delete-steps-modal {

View file

@ -22,7 +22,7 @@
}
.view-text-element {
overflow-x: scroll;
overflow-x: auto;
pointer-events: initial;
a {