pravki 27.06

This commit is contained in:
egortriston
2025-06-27 18:23:21 +03:00
parent c5470df33e
commit fb8c1d3dfa
2 changed files with 9 additions and 1 deletions

View File

@ -395,4 +395,12 @@ input.input-receiver:focus {
height: 100%;
width: auto;
object-fit: contain; /* или cover */
}
.tabs-menu.w-tab-menu {
scrollbar-width: none;
-ms-overflow-style: none;
}
.tabs-menu.w-tab-menu::-webkit-scrollbar {
display: none;
}