Position of quill tooltip
Use inlineStyle to indent and align text correctly
This commit is contained in:
parent
ba6e6235d6
commit
9e8bed7aab
3 changed files with 16 additions and 10 deletions
|
@ -9,8 +9,7 @@ section.section-input-send-text {
|
|||
}
|
||||
|
||||
div.input-send-text{
|
||||
height: auto;
|
||||
max-height: calc(100% - 100px);
|
||||
height: calc(100% - 100px);
|
||||
overflow: auto;
|
||||
|
||||
color: whitesmoke;
|
||||
|
@ -20,5 +19,13 @@ section.section-input-send-text {
|
|||
color: whitesmoke;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.ql-tooltip {
|
||||
top: 40% !important;
|
||||
left: 20% !important;
|
||||
|
||||
color: whitesmoke;
|
||||
background-color: #333333;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue