mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Specify border-box sizing for the cursor to fix specs
This commit is contained in:
parent
5be21d6743
commit
268fceb073
@ -29,6 +29,7 @@
|
||||
.cursor {
|
||||
z-index: 4;
|
||||
pointer-events: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.cursors.blink-off .cursor {
|
||||
|
Loading…
Reference in New Issue
Block a user