mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 21:15:35 +08:00
Merge pull request #5861 from artoscinote/ma_SCI_8916
Don't show scrollbars when not needed [SCI-8916]
This commit is contained in:
commit
3c655ab974
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
|
||||
.ql-editor {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.result-icon {
|
||||
|
|
|
@ -269,7 +269,7 @@
|
|||
}
|
||||
|
||||
#protocol-description-container {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.delete-steps-modal {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
.view-text-element {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
pointer-events: initial;
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Reference in a new issue