File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 146
146
- history.pushstate with non-cloneable values fails
147
147
- Copy/paste does not always work
148
148
- Line numbers have small lag on scroll
149
- - Special keys bar has bad placement on Chrome on Android
150
149
- Special keys bar buttons cause active element blur when double tapped on
151
150
iOS
152
151
- Side-scrolling special keys bar on iOS inserts on pointer up
152
+ - Special keys bar and formula bar is scrollable on mobile, even with
153
+ ` touch-action: none ` - needs touch handler with preventDefault to stop
154
+ vertical scrolling
153
155
- Accidentally typing "RC" while typing another formula can cause everything
154
156
to hang
Original file line number Diff line number Diff line change 49
49
align-items : center ;
50
50
gap : 0.5ch ;
51
51
overflow-x : auto ;
52
+ background-color : var (--bg-color );
53
+ z-index : 19 ;
52
54
}
53
55
54
56
.bottombar {
239
241
$effect (() => {
240
242
// iOS scrolls the formula bar to the middle on focus, this counteracts that
241
243
// (if it happens to run after the keyboard is up - inconsistent)
242
- if (showInputButtons) {
244
+ if (showInputButtons && visualBottom ) {
243
245
window .scrollTo ({
244
246
top: 0 ,
245
247
behavior: " instant" ,
You can’t perform that action at this time.
0 commit comments