fix(ags bar): fix hover reveal not working in fullscreen
This commit is contained in:
parent
d6c4f5b08a
commit
d1d7c37e29
1 changed files with 2 additions and 0 deletions
|
@ -22,9 +22,11 @@ export default () => Window({
|
|||
name: 'bar',
|
||||
layer: 'overlay',
|
||||
anchor: ['top', 'left', 'right'],
|
||||
margins: [-1, 0, 0, 0],
|
||||
exclusivity: 'exclusive',
|
||||
child: BarReveal({
|
||||
child: CenterBox({
|
||||
css: 'margin: 6px 5px 5px 5px',
|
||||
className: 'bar',
|
||||
vertical: false,
|
||||
|
||||
|
|
Loading…
Reference in a new issue