mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 15:40:51 +01:00
Fixed windows z-index
Changed position type of #draggable-windows-container from absolute to fixed to getting working the z-index (now toolbars, notifications and infostand are displayed on top of windows).
This commit is contained in:
parent
60950ba767
commit
7b0aa2320d
@ -203,7 +203,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#draggable-windows-container {
|
#draggable-windows-container {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user