mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 09:37:50 +02:00
Disable (over)scroll "bouncing"
This commit is contained in:
parent
8c059dc4be
commit
866c2fd30f
@ -7,6 +7,7 @@ body {
|
|||||||
font-family: 'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;
|
font-family: 'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
overscroll-behavior-y: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editor {
|
#editor {
|
||||||
|
@ -13,8 +13,8 @@ export const heynoteLight = EditorView.theme({
|
|||||||
borderLeftColor: '#000',
|
borderLeftColor: '#000',
|
||||||
},
|
},
|
||||||
'.cm-gutters': {
|
'.cm-gutters': {
|
||||||
backgroundColor: 'rgba(0,0,0, 0.03)',
|
|
||||||
//backgroundColor: 'transparent',
|
//backgroundColor: 'transparent',
|
||||||
|
//backgroundColor: 'rgba(0,0,0, 0.03)',
|
||||||
color: 'rgba(0,0,0, 0.25)',
|
color: 'rgba(0,0,0, 0.25)',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user