diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index b7ae83944c..6fe013eec6 100644
a
|
b
|
th { |
960 | 960 | } |
961 | 961 | |
962 | 962 | .screen-height { |
963 | | min-height: 100vh; |
| 963 | min-height: 100dvh; |
964 | 964 | } |
965 | 965 | |
966 | 966 | .admin-bar .screen-height { |
967 | | min-height: calc(100vh - 32px); |
| 967 | min-height: calc(100dvh - 32px); |
968 | 968 | } |
969 | 969 | |
970 | 970 | @media (max-width: 782px) { |
971 | 971 | |
972 | 972 | .admin-bar .screen-height { |
973 | | min-height: calc(100vh - 46px); |
| 973 | min-height: calc(100dvh - 46px); |
974 | 974 | } |
975 | 975 | } |
976 | 976 | |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 0f87453139..6a629f3b2c 100644
a
|
b
|
th { |
966 | 966 | } |
967 | 967 | |
968 | 968 | .screen-height { |
969 | | min-height: 100vh; |
| 969 | min-height: 100dvh; |
970 | 970 | } |
971 | 971 | |
972 | 972 | .admin-bar .screen-height { |
973 | | min-height: calc(100vh - 32px); |
| 973 | min-height: calc(100dvh - 32px); |
974 | 974 | } |
975 | 975 | |
976 | 976 | @media (max-width: 782px) { |
977 | 977 | |
978 | 978 | .admin-bar .screen-height { |
979 | | min-height: calc(100vh - 46px); |
| 979 | min-height: calc(100dvh - 46px); |
980 | 980 | } |
981 | 981 | } |
982 | 982 | |