Added scrollbar to whois tabs.

This commit is contained in:
flash 2024-04-24 18:40:53 +00:00
parent 76ef04125f
commit 1820c7b9ed

View file

@ -62,6 +62,8 @@
.whois-result-tabs { .whois-result-tabs {
display: flex; display: flex;
margin: 0 5px; margin: 0 5px;
overflow-x: auto;
scrollbar-width: thin;
} }
.whois-locked .whois-result-tabs { .whois-locked .whois-result-tabs {
opacity: .5; opacity: .5;