mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-13 01:32:10 +00:00
Set body overflow to hidden in dashboard CSS
This commit is contained in:
@@ -406,6 +406,7 @@ body {
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.15s;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
@@ -416,6 +417,7 @@ body {
|
||||
|
||||
.dashboard-user-btn.has-open-contextmenu {
|
||||
background: var(--dashboard-hover);
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.dashboard-user-avatar {
|
||||
|
||||
Reference in New Issue
Block a user