Show More
@@ -29,7 +29,7 define([ | |||||
29 | // Reverse `min-height: 18px` scrollbar hack on OS X |
|
29 | // Reverse `min-height: 18px` scrollbar hack on OS X | |
30 | // which causes a dead area, making it impossible to click on the last line |
|
30 | // which causes a dead area, making it impossible to click on the last line | |
31 | // when there is horizontal scrolling to do and the "show scrollbar only when scrolling" behavior |
|
31 | // when there is horizontal scrolling to do and the "show scrollbar only when scrolling" behavior | |
32 |
// is enabled. |
|
32 | // is enabled. | |
33 | // This, in turn, has the undesirable behavior of never showing the horizontal scrollbar, |
|
33 | // This, in turn, has the undesirable behavior of never showing the horizontal scrollbar, | |
34 | // even when it should, which is less problematic, at least. |
|
34 | // even when it should, which is less problematic, at least. | |
35 | if (/Mac/.test(navigator.platform)) { |
|
35 | if (/Mac/.test(navigator.platform)) { |
General Comments 0
You need to be logged in to leave comments.
Login now