aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
blob: 3e21f34def1dc05cbed50c5a698af47b23b46fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.ProseMirror {
    width: 100%;
    height: auto;
    min-height: 100%
}

.ProseMirror:focus {
    outline: none !important
}

.formattedTextBox-cont {
    background: white;
    padding: 1;
    border-width: 1px;
    border-radius: 2px;
    border-color:black;
    box-sizing: border-box;
    background: white;
    border-style:solid;
    overflow-y: scroll;
    overflow-x: hidden;
    color: initial;
    height: 100%;
}