Replaced shitty paper-tooltip with custom css tooltip

This commit is contained in:
Stefan Zermatten
2017-07-21 11:01:18 +02:00
parent e89b877326
commit 15e6c12c03
4 changed files with 52 additions and 14 deletions

View File

@@ -1,10 +1,8 @@
.textarea-bracket-suffix {
float: right;
position: absolute;
right: 6px;
bottom: 12px;
}
margin-bottom: 12px;
}
.description-input {
position: relative;
}
.description-input > paper-textarea {
width: 100%;
width: 100% - 24px;
}