fix(ags bar): fix hover reveal not working in fullscreen

This commit is contained in:
matt1432 2023-12-11 23:24:02 -05:00
parent d6c4f5b08a
commit d1d7c37e29

View file

@ -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,