default.css: fix off-screen dialog positioning

Change dialog positioning to 'fixed' for consistent visibility within
the viewport, addressing previous issues with off-screen placement.
This commit is contained in:
Milan
2023-09-23 00:48:33 +02:00
parent 18709215ef
commit 6a09da9aa6

View File

@@ -710,7 +710,7 @@ ul.tabContainer li:last-child{
}
#content #dialog{
position:absolute;
position:fixed;
z-index:1000;
left: 0;
right: 0;