fix: ui and bug fix (#1043)
* style: calendar border added * fix: calendar issue ellipsis position fix * fix: help section overflow fix * fix: module card date overflow fix * style: page detail padding and position fix * fix: cycle and module sidebar fix
This commit is contained in:
parent
37bb183bf0
commit
dbbd9add99
10 changed files with 20 additions and 19 deletions
|
|
@ -26,7 +26,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
|
||||
return (
|
||||
<div
|
||||
className={`z-20 h-full flex-shrink-0 border-r border-brand-base ${
|
||||
className={`z-30 h-full flex-shrink-0 border-r border-brand-base ${
|
||||
sidebarCollapse ? "" : "w-auto md:w-[17rem]"
|
||||
} fixed inset-y-0 top-0 ${
|
||||
toggleSidebar ? "left-0" : "-left-full md:left-0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue