hurradieweltgehtunter

Results 14 comments of hurradieweltgehtunter

It always uses the browsers default scrollbar. Scrollbars are not stylable by css

Scrollbar is disabled in left screenshot but not affected by css.

Yes, there is a scrollbar in both screenshots. The scollbar in the left one is disabled (greyed out but visible) because the webpage's height does not exceed the viewport height....

Left one: you are using this PR which has a different method to show the scrollbar at any time Right one: your are using OC 10.8.0 which is using a...

uhm ok ... then I'm not exactly sure whats happening. Both screens should be scrollable if it's 10.8.0. Maybe it only looks like the scrollbar on the left is disabled....

try ``` :style="{ 'background-color': color; }" ``` (not tested)

workaround: add a `v-if="status === 'idle'"` on the color picker. Then: status = 'loading' color = '#asdasd' status = 'idle' Color picler gets re-initialized and has the color set

Hi @horozco Thanks for your solution but it crashes: ``` Traceback (most recent call last): File "run.py", line 5, in from yowsup.layers.auth import AuthError File "/Users/me/.pyenv/versions/3.5.0/lib/python3.5/site-packages/yowsup2-2.5.2-py3.5.egg/yowsup/layers/auth/__init__.py", line 2, in from...

Oh nevermind, i installed the dateutil package with `pip install python-dateutil` and it works! Thanks!

nothing special. isotopeOptions look like this: ``` isotopeOptions: { itemSelector: '.oc-product', getFilterData: { "show all": function(el) { return el.type !== 'publisher' }, apps: function(el) { return el.type === 'app' },...