mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-19 21:21:23 -06:00
fix: iframe overlap issue (PR 1250)
* Removed css property overflow: hidden at the parent container which was interfering with the layout calculations and was forcefully clipping child elements * Replace css property overflow: hidden with contain: paint to fix stacking without masking border-radius Fixes #1233
This commit is contained in:
@@ -904,13 +904,13 @@ span.header-sort-icon img {
|
||||
padding: 0;
|
||||
border: 1px solid #9a9a9a;
|
||||
box-shadow: 0px 0px 15px #00000066;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
transition: opacity .2s;
|
||||
user-select: none !important;
|
||||
-moz-user-select: none !important;
|
||||
-webkit-user-select: none;
|
||||
contain: paint;
|
||||
}
|
||||
|
||||
.window[data-is_maximized="1"] {
|
||||
|
||||
Reference in New Issue
Block a user