This is a migrated thread and some comments may be shown as answers.

RibbonBarMenu hides under RadPane

2 Answers 65 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
piotre6
Top achievements
Rank 1
piotre6 asked on 10 Feb 2012, 09:01 AM
In my solution I have RadSplitter with two panes top / bottom. RadRibbonBar is placed inside top pane, content inside bottom.
How can I make RibbonBarMenu to appear above bottom pane (now it hides underneath bottom pane - see attached file)?

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 13 Feb 2012, 11:42 AM
Hi,

Try the following css.
CSS:
<style type="text/css">
   .RadRibbonBar .rrbMenuGroupOut
        {
            position:fixed !important;
        }
</style>

-Shinu.
0
piotre6
Top achievements
Rank 1
answered on 13 Feb 2012, 01:15 PM
Thanks a lot!
Tags
RibbonBar
Asked by
piotre6
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
piotre6
Top achievements
Rank 1
Share this question
or