Commit 3df61084 authored by 박민석's avatar 박민석

update ui

parent 8d25728f
Pipeline #20853 passed with stages
in 4 minutes and 18 seconds
......@@ -328,8 +328,7 @@ body {
}
.navbar-item.is-hoverable:hover .navbar-dropdown {
/* display: block; */
max-height: 300px; /* Adjust based on content */
max-height: 310px;
opacity: 1;
visibility: visible;
}
......@@ -402,7 +401,6 @@ body {
background: var(--navbar-menu-background);
box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
border-radius: 0 0 0.25rem 0.25rem;
/* display: none; */
top: 100%;
left: 0;
min-width: 100%;
......
......@@ -124,7 +124,7 @@
.chat {
display: none;
position: fixed;
z-index: 1000;
z-index: 1;
right: 10px;
bottom: 85px;
width: 415px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment