fix incorrect height

This commit is contained in:
ammarahm-ed
2020-11-17 09:57:29 +05:00
parent 6ae65aa1d9
commit 21dcb8166e
2 changed files with 2 additions and 6 deletions

View File

@@ -7,11 +7,9 @@
.ql-container {
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
margin: 0px;
position: relative;
height: calc(100% - 105px) !important;
height: calc(100% - 260px) !important;
}
.ql-container.ql-disabled .ql-tooltip {

View File

@@ -7,11 +7,9 @@
.ql-container {
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
margin: 0px;
position: relative;
height: calc(100% - 105px) !important;
height: calc(100% - 260px) !important;
}
.ql-container.ql-disabled .ql-tooltip {