1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/frontend/src/component
Nuno Góis 6c697615dc
fix: revert overflow hidden in section, unset in modal (#3364)
This reverts and adapts
https://github.com/Unleash/unleash/pull/3307/files#r1135784293 -
Apparently it broke the form border radius when not in modal mode.

This change makes it so that we have `overflow: hidden` in most cases
but `overflow: unset` when using `FormTemplate` as a modal, effectively
covering both use cases.

Normal:

![image](https://user-images.githubusercontent.com/14320932/226637777-cc8dba05-4447-4bee-b517-59d4e1dc1923.png)

Modal (`position: sticky` header in variants still works correctly):

![image](https://user-images.githubusercontent.com/14320932/226637986-bb744c3f-822b-454b-b058-450e7263bf5f.png)
2023-03-22 10:58:39 +01:00
..
addons feat: revive features (#3344) 2023-03-17 18:21:13 +00:00
admin fix: properly escaping app names (#3368) 2023-03-22 10:40:22 +01:00
application Fix crashing search bars (#2765) 2022-12-28 12:35:27 +02:00
archive feat: delete features FE (#3350) 2023-03-21 10:45:02 +02:00
changeRequest feat: verify project collaboration mode in CR permissions for buttons (#3349) 2023-03-20 14:50:50 +01:00
common fix: revert overflow hidden in section, unset in modal (#3364) 2023-03-22 10:58:39 +01:00
context refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
environments refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
events feat: improve variants modal UI/UX (#3307) 2023-03-15 12:22:06 +00:00
feature Bulk tags (#3337) 2023-03-21 13:37:25 +01:00
feedback refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
layout refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
loginHistory refactor: rename sign-on log to login history (#3245) 2023-03-02 13:49:50 +00:00
maintenance Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
menu refactor: not used cleanup (#3347) 2023-03-21 11:10:07 +02:00
playground/Playground refactor: not used cleanup (#3347) 2023-03-21 11:10:07 +02:00
project Bulk tags (#3337) 2023-03-21 13:37:25 +01:00
providers Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
segments Feat segments project safeguards (#3359) 2023-03-21 20:28:43 +00:00
splash Makestyles refactor #7/1 (#2805) 2023-01-03 16:30:59 +02:00
strategies fix: strategy access tooltip (#3228) 2023-03-01 13:17:31 +01:00
tags feat: implement project-scoped segments in project settings (#3335) 2023-03-17 08:23:27 +00:00
user UI/bulk select (#3267) 2023-03-14 08:56:03 +00:00
App.tsx feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
InitialRedirect.tsx clear warnings (#3053) 2023-02-07 08:41:23 +01:00