From 5559d4bba811ccc9f9e840c892b301420c1314cf Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Tue, 6 Jan 2026 13:22:10 +0330 Subject: [PATCH] fix page number --- backend/core/static/rtl.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/backend/core/static/rtl.css b/backend/core/static/rtl.css index d441946..82c5ad2 100644 --- a/backend/core/static/rtl.css +++ b/backend/core/static/rtl.css @@ -309,19 +309,7 @@ margin: 0 !important; } -.lg\:backdrop-blur-sm { - position: relative; - z-index: 1; /* Lower z-index so it goes under other components */ -} - -.lg\:backdrop-blur-sm .flex.flex-row { - position: relative; - left: -190px; /* Adjust this value to move more/less to the left */ - z-index: 1; -} - -/* Alternative: If you want the entire container shifted */ -.lg\:backdrop-blur-sm > .flex.flex-row { - margin-left: -190px; /* Shift left by 20px, adjust as needed */ -} - +div.max-w-full.lg\:bottom-0.lg\:fixed.lg\:left-0.lg\:right-0.xl\:left-72 { + left: 0; + right: unset !important; +} \ No newline at end of file