mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix incorrect height
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user