Skip to content

Commit

Permalink
update chat layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Oct 29, 2024
1 parent fb26fb0 commit d00bcd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/src/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ fieldset{
width: 100% !important;
}
.mobile-fixed{
position: fixed;
position: fixed !important;
top: 0;
left: 0;
right: 0;
Expand Down
2 changes: 1 addition & 1 deletion gui/src/views/chat/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ onActivated(()=>{
</div>
</div> -->
<div v-if="selectRoom" class="flex-item min-h-screen" style="flex: 3;">
<div class="shadow mobile-fixed min-h-screen" >
<div class="shadow mobile-fixed min-h-screen relative" style="z-index:2">
<Chat :endpointMap="endpointMap" v-model:room="selectRoom" @back="backList" @manager="() => manager = true"/>
</div>
</div>
Expand Down

0 comments on commit d00bcd4

Please sign in to comment.