.title { background-color: #2e81e820; width: 100%; color: #2e81e8; border-radius: 5px; font-size: 16px; padding: 5px; } .scrollNav { overflow-y: scroll; height: 75vh; } .scrollNav::-webkit-scrollbar { width: 5px; } .scrollNav::-webkit-scrollbar-track { border-radius: 10px; } .scrollNav::-webkit-scrollbar-thumb { background-color: #2e81e8; border-radius: 5px; height: 5px; }