mirror of
https://github.com/heyman/heynote.git
synced 2025-02-25 22:52:05 +01: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;
|
||||
height: 100%;
|
||||
font-size: 13px;
|
||||
overscroll-behavior-y: none;
|
||||
}
|
||||
|
||||
#editor {
|
||||
|
@ -13,8 +13,8 @@ export const heynoteLight = EditorView.theme({
|
||||
borderLeftColor: '#000',
|
||||
},
|
||||
'.cm-gutters': {
|
||||
backgroundColor: 'rgba(0,0,0, 0.03)',
|
||||
//backgroundColor: 'transparent',
|
||||
//backgroundColor: 'rgba(0,0,0, 0.03)',
|
||||
color: 'rgba(0,0,0, 0.25)',
|
||||
border: 'none',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user