[CLOSED] 0.97 - TabPanel inside an overlay Panel issue
Hi guys,
I'm prototyping my application and I've got a tabpanel rendering issue.
Check out the attached image.
The TabPanel is not set as sullscreen and is placed inside an overlay panel.
Then, there's the white background. It seems like a bug in the Sencha css files. Right now they set any panel-body inside an overlay to a white background. However, a tab also has a panel body, so it becomes white and ugly.
I fixed it for myself by adding this little CSS fix for now:
Add this in a separate external CSS, or at the top of your html file, whatever works for you. This will make sure that tabbars in overlays won't get the annoying white background.
Hi israelidanny, i follow your suggest and now it perfectly works!
I added the style hack to an external css waiting for sencha team fix it in the next releases.
Thanks a lot!
Then, there's the white background. It seems like a bug in the Sencha css files. Right now they set any panel-body inside an overlay to a white background. However, a tab also has a panel body, so it becomes white and ugly.
I fixed it for myself by adding this little CSS fix for now:
Add this in a separate external CSS, or at the top of your html file, whatever works for you. This will make sure that tabbars in overlays won't get the annoying white background.
Then, there's the white background. It seems like a bug in the Sencha css files. Right now they set any panel-body inside an overlay to a white background. However, a tab also has a panel body, so it becomes white and ugly.
I fixed it for myself by adding this little CSS fix for now:
Add this in a separate external CSS, or at the top of your html file, whatever works for you. This will make sure that tabbars in overlays won't get the annoying white background.