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

.ProseMirror:focus {
    outline: none !important
}

.formattedTextBox-cont {
    background: rgb(218, 215, 215);
    padding: 1;
    border: black;
    border-width: 10;
    overflow-y: scroll;
    overflow-x: hidden;
    color: initial;
    height: 100%;
}