fix page number
This commit is contained in:
@@ -309,19 +309,7 @@
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg\:backdrop-blur-sm {
|
div.max-w-full.lg\:bottom-0.lg\:fixed.lg\:left-0.lg\:right-0.xl\:left-72 {
|
||||||
position: relative;
|
left: 0;
|
||||||
z-index: 1; /* Lower z-index so it goes under other components */
|
right: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 */
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user