-
Many shapes are drawn as black squares for me, e.g., the arrows from the scrollbar.
![image](https://user-images.githubusercontent.com/10325838/111880925-6e227980-89ae-11eb-8e8d-c9fe71be3cfa.png)
…
-
```
Use case: I must draw an additional view on top of the CEF view that performs
some additional UI event handling and custom drawing.
In order to achieve this, while also leaving the scrollbars ac…
-
**Issue by [redmunds](https://github.com/redmunds)**
_Monday Dec 15, 2014 at 17:15 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/10175_
----
I noticed this running (Client) Sm…
-
it doesnt work maybe its because musescore updated
![image](https://github.com/user-attachments/assets/25fface9-7337-4e9f-b321-1fd594df93ac)
-
It's usually recommended to not mess with the browser's scrollbar CSS but horizontal width is too precious, it's probably worth breaking that convention (twitch does it anyway)
-
Hi!
In the current version of BetterFountain the editor's scrollbar has improved quite a bit in terms of synchronizing it with the Live Preview's scrollbar. I was wondering if it would be possible …
-
The output of some of my actions is very verbose. ie the link on the `Results` section says: "+5593 more lines".
Scrolling in 6000 lines is not easy. In chrome, I do not see any scrollbars. Could I…
-
# Description of the feature
Conditionally enable mousewheel, for instance only if shift/ctrl/alt is pressed.
That is because mousewheel is a very useful feature, but is in concurrent with scrollbar…
-
This can be readily done by defining a height for the UL and giving it a class with "overflow-y:auto"
-
While fiddling with browser inspector, this fixed it:
``` css
.yoimg-crop-now-wrapper {float: left;width: 100%;padding-bottom: 5px;}
```
I don't have time to do a pull request right now. If anyone …