add ccrollbar
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Владимир Фёдоров 2023-07-01 22:13:56 +07:00
parent d4763e3557
commit bb94e50de1
1 changed files with 7 additions and 1 deletions

View File

@ -10,9 +10,15 @@
top: 0; top: 0;
left: 0; left: 0;
margin: 10px;
padding: 10px; padding: 10px;
z-index: 2; z-index: 2;
height: 100vh;
overflow: auto;
} }
.sidebar::-webkit-scrollbar{
display: none;
}
</style> </style>