Added scrollbar to whois tabs.
This commit is contained in:
parent
76ef04125f
commit
1820c7b9ed
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@
|
|||
.whois-result-tabs {
|
||||
display: flex;
|
||||
margin: 0 5px;
|
||||
overflow-x: auto;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
.whois-locked .whois-result-tabs {
|
||||
opacity: .5;
|
||||
|
|
Loading…
Reference in a new issue