Skip to content

Instantly share code, notes, and snippets.

View martijnmajoor's full-sized avatar

Martijn Majoor martijnmajoor

  • Utrecht, Netherlands
View GitHub Profile
@martijnmajoor
martijnmajoor / fieldset-overflow.html
Last active February 23, 2023 12:10
Fieldset overflow
<!DOCTYPE html>
<html>
<head>
<title>Fieldset overflow</title>
<style type="text/css" media="all">
fieldset {
/*min-inline-size: auto;*/
}
main {
display: flex;