Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for columnId (0.03 seconds)

  1. src/main/webapp/css/chat.css

        display: flex;
        flex-direction: column;
        height: calc(100vh - 150px);
        max-height: calc(100vh - 150px);
        border-radius: 8px;
        border: 1px solid #dfe1e6;
    }
    
    .card-header {
        background-color: #fafbfc;
        border-bottom: 1px solid #dfe1e6;
    }
    
    .card-body.p-0 {
        flex: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 0;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
Back to Top