You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/06/02 00:06:52 UTC

[GitHub] [superset] ValentinC-BR opened a new issue #13279: Filter Box - Horizontal Scroll Bar always visible

ValentinC-BR opened a new issue #13279:
URL: https://github.com/apache/superset/issues/13279


   ## Screenshot
   
   ![image](https://user-images.githubusercontent.com/79460908/108720808-9048e900-7521-11eb-81ba-e11bf9f66ab7.png)
   
   ## Description
   
   In the "Filter Box" chart, the horizontal scroll bar is always visible, whatever the chart size is.
   I've checked the possible values, they're not that large.
   
   ## Design input
   
   /
   
   ## Environment
   
   Superset version : 1.0.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] fritshermans commented on issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
fritshermans commented on issue #13279:
URL: https://github.com/apache/superset/issues/13279#issuecomment-994463742


   > same problem, fix with css template
   
   @jcalhinho, how did you adjust the CSS to solve this problem?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] scimas commented on issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
scimas commented on issue #13279:
URL: https://github.com/apache/superset/issues/13279#issuecomment-821376491


   @junlincc Are you referring to #12621? That PR is closed and not merged. And the fix does not seem to be in 1.1.0 either. Apologies if it's fixed in a different PR/commit in master that isn't included in 1.1.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] scimas commented on issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
scimas commented on issue #13279:
URL: https://github.com/apache/superset/issues/13279#issuecomment-995023447


   ```
   .filter_box > div {
     overflow-x: hidden !important;
   }
   ```
   Is one way to do it.
   I don't believe it works without the `!important`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] kristw commented on issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
kristw commented on issue #13279:
URL: https://github.com/apache/superset/issues/13279#issuecomment-852579863


   Still seeing the problem


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amitmiran137 closed issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
amitmiran137 closed issue #13279:
URL: https://github.com/apache/superset/issues/13279


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jcalhinho commented on issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
jcalhinho commented on issue #13279:
URL: https://github.com/apache/superset/issues/13279#issuecomment-783623273


   same problem, fix with css template 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc closed issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
junlincc closed issue #13279:
URL: https://github.com/apache/superset/issues/13279


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #13279:
URL: https://github.com/apache/superset/issues/13279#issuecomment-783929925


   I believe this issue has been fixed in master, but for stability you may still wanna stay on v1.0.1 since this issue is trivial? 
   <img width="1339" alt="Screen Shot 2021-02-22 at 9 54 56 PM" src="https://user-images.githubusercontent.com/67837651/108807203-9f975900-7558-11eb-8402-d3dfab4eda2a.png">
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] uhuhh commented on issue #13279: Filter Box - Horizontal Scroll Bar always visible

Posted by GitBox <gi...@apache.org>.
uhuhh commented on issue #13279:
URL: https://github.com/apache/superset/issues/13279#issuecomment-913359854


   in version 1.3.0 still appears.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org