aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkTranscription.scss
blob: 18d6b8b1034791fd8afd3200b37b97567c8ece01 (plain)
1
2
3
4
5
6
7
8
9
10
.ink-transcription {
    .error-msg {
        display: none !important;
    }
    .ms-editor{
        .smartguide{
            top:1000px;
        }
    }
}