.ql-snow .ql-picker-options {
  max-height: none;
  overflow: visible;
}

.ql-snow .ql-picker-options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.ql-snow .ql-picker-options::-webkit-scrollbar-track {
  background: var(--border-color);
  border-radius: 5px;
}

.ql-snow .ql-picker-options::-webkit-scrollbar-thumb {
  background: var(--text-muted);
  border-radius: 5px;
}

.ql-editor {
  font-style: normal;
  font-size: 18px;
}

.ql-editor.ql-blank::before {
  text-align: right;
  margin-right: 20px;
}