mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
Merge pull request #2263 from urbit/mp/os1/publish-sidebar-overflow
publish: hide overflow in sidebar
This commit is contained in:
commit
c0edb1a05c
@ -141,7 +141,7 @@ export class Sidebar extends Component {
|
||||
className={
|
||||
"bn br-m br-l br-xl b--gray4 b--gray2-d lh-copy h-100 " +
|
||||
"flex-shrink-0 mw-300-ns pt3 pt0-m pt0-l pt0-xl relative " +
|
||||
activeClasses +
|
||||
"overflow-y-hidden " + activeClasses +
|
||||
(hiddenClasses ? "flex-basis-100-s flex-basis-30-ns" : "dn")
|
||||
}>
|
||||
<a className="db dn-m dn-l dn-xl f8 pb3 pl3" href="/">
|
||||
|
Loading…
Reference in New Issue
Block a user