mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 11:58:03 +00:00
Fix problem with file picker overflow
On Chrome the invisible file picker was extending below its container.
This commit is contained in:
@@ -14,6 +14,7 @@ tags: $:/tags/stylesheet
|
||||
position: relative;
|
||||
border: 1px solid #ddd;
|
||||
<<box-shadow "inset 1px 2px 4px rgba(0, 0, 0, 0.15)">>;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tw-upgrade-wizard svg.tw-image-download-button {
|
||||
|
Reference in New Issue
Block a user