in Education by
After a Chrome update (73.0.3683.75), my flex rendering is completely broken. The issue is known and discussed here and here on SO, however I can't understand their fix and make it work in my case, as I don't know CSS and Flex very well. I made a plunker that replicates the issue. If you open it with Safari, then Chrome, you'll notice a very different behaviour when resizing the window. What is wrong with my code (that worked before)? Here are two illustrations of the plunker: Safari display (OK) As you can see, when resizing the window, article items height is decreased and the global height stays at 100% without overflow. That's the expected behaviour. Chrome display (NOT OK) But in new Chrome version, article item height does not change when resizing the window, and a scrollbar is created.
NOTE : does NOT work on latest Firefox too. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Try: .h-100 { height: 100vh!important; } The issue has something to do with using height: 100% if you change it to height: 100vh it produces the expected behavior.

Related questions

0 votes
    In Internet Explorer I can use the clipboardData object to access the clipboard. How can I do that in ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    In Internet Explorer I can use the clipboardData object to access the clipboard. How can I do that in ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    In Internet Explorer I can use the clipboardData object to access the clipboard. How can I do that in ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    I am trying to set up AA for use with chrome on a clients vm. AA client is up and running. When i first ... ? Thankful for any input. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    Software built as microservices can, by definition, be broken down into multiple component services. A. True B. False...
asked Jan 9, 2023 in Technology by JackTerrance
0 votes
    How can you fix a broken commit? A. git reset B. git commit –amend C. git fix D. git rebase...
asked Dec 23, 2022 in Technology by JackTerrance
0 votes
    I'm sure I'm missing some simple explanation, but I want to confirm - so assume I know very ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    I'm sure I'm missing some simple explanation, but I want to confirm - so assume I know very ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    What would happen if the protective tin coating over an iron bucket is broken in some places ? Select the correct answer from above options...
asked Jan 5, 2022 in Education by JackTerrance
0 votes
    Which of the following animals can regenerate it's broken body part? 1. Cockroach 2. Frog 3. ... ,Science proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 7, 2021 in Education by JackTerrance
0 votes
    A tablespace is further broken down into ________ (a) Tablespace (b) Segments (c) Extents (d) Blocks The ... Storage in section Storage and File Structures of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    A tablespace is further broken down into ________ (a) Tablespace (b) Segments (c) Extents (d) Blocks This ... Indices topic in chapter Indexing and Hashing of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    How will you fix a Broken Commit?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What do you do to check broken links in an application?...
asked Oct 19, 2020 in Technology by JackTerrance
...