Browse Source

Fix scrollbar in support's textarea

master
yflory 1 year ago
parent
commit
72e308994d
1 changed files with 1 additions and 1 deletions
  1. 2
      customize.dist/src/less2/include/buttons.less

2
customize.dist/src/less2/include/buttons.less

@ -24,9 +24,9 @@
}
textarea {
overflow: hidden;
padding: 8px;
&[readonly] {
overflow: hidden;
resize: none;
}
}

Loading…
Cancel
Save