mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-15 10:37:43 +00:00
Hide horizontal overflow in apps tab
This commit is contained in:
@@ -461,6 +461,10 @@ body {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.dashboard-section-apps .dashboard-tab-content{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.dashboard-section-usage {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user