-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to customize ion-content when in side menu #1408
Comments
Appears to be because of this commit 6e149ee Removing |
I don't know if that's the issue. Try adding it explicitly, it doesn't fix it: |
So, it seems like without backface visibility, the z-index 0 on the side menu content scroll is causing issues. Maybe it's really a z-index bug that is just showing through with backface stuff? |
I've same issue. But my problem is not related browser. Side menu custom background styles not working properly in retina displays (tested with retina ipad and mac book pro retina) but it works other devices (tested with nexus 5, iphone 3gs, PC [chrome, safari]). |
I've added "!important " and tried again with mac book pro retina. It works in Chrome but not working in Safari. So it can be related browser. It's interesting it works properly in PC Chrome without "!important". Note that I'm only adding below styles to ion-content in side menu .my-left-side-menu { |
any updates on this? in Safari, the area below the side menu is always white |
Could you try this CSS? .scroll {
z-index: 1;
} |
@ajoslin thanks for quick reply. it does not work. |
@ajoslin you might have a typo. i changed to .scroll-content and it works well. |
Great! |
Hi,
does not work for me. I've created a codepen. Don't know what I'm doing wrong? Could you check my code please. Thanks. |
Could you help me please. I'm developing an app for World Cup 2014 using Ionic. There is no enough time. I can't find solution for this problem. I tried something but I cannot solve. |
Try Not sure why this is necessary, but it does fix the problem in Safari. |
@ajoslin I tried this but not fixed. I've updated codepen http://codepen.io/fatihsever/pen/flsCI |
You made a mistake; you have On Mon, May 26, 2014 at 10:24 AM, fatihsever [email protected]:
|
Ahhh I'm really sorry. Yes it works! :) Thank you so much. |
Is this something we should push a fix for @ajoslin? On Mon, May 26, 2014 at 12:00 PM, fatihsever [email protected]:
|
Yes, I'll push it tomorrow with a couple other things once we narrow it down (and make sure z-index is the right fix). On Mon, May 26, 2014 at 2:13 PM, Max Lynch [email protected] wrote:
|
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
If on chrome, everything is styled correctly. But when you view the codpen in safari, you're unable to style the content.
Nightly Builds
http://codepen.io/mhartington/pen/qulLj
This is not an issue with beta 4 however
http://codepen.io/mhartington/pen/hKDim
The text was updated successfully, but these errors were encountered: